summaryrefslogtreecommitdiff
path: root/print/cups-smb-backend/Makefile
blob: a66a14081ae283a2d7bbb9b8979517df55d8b50a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	cups-smb-backend
PORTVERSION=	1.0
PORTREVISION=	12
CATEGORIES=	print
MASTER_SITES=	# empty
DISTFILES=	# empty

MAINTAINER=	ports@FreeBSD.org
COMMENT=	CUPS backend for printing to Windows servers

RUN_DEPENDS=	${LOCALBASE}/sbin/cupsd:print/cups

USES=		samba:run # smbspool
NO_BUILD=	yes
PLIST_FILES=	libexec/cups/backend/smb
SUB_FILES=	pkg-message

do-install:
	${MKDIR} ${STAGEDIR}${PREFIX}/libexec/cups/backend
	${LN} -fs ${PREFIX}/bin/smbspool ${STAGEDIR}${PREFIX}/libexec/cups/backend/smb

.include <bsd.port.mk>