2014-05-30 22:22:48 +02:00
|
|
|
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
|
|
|
|
|
|
PORTNAME= cups-smb-backend
|
|
|
|
PORTVERSION= 1.0
|
2019-06-04 16:17:39 +02:00
|
|
|
PORTREVISION= 12
|
2014-05-30 22:22:48 +02:00
|
|
|
CATEGORIES= print
|
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # empty
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= CUPS backend for printing to Windows servers
|
|
|
|
|
2017-03-21 22:59:31 +01:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/sbin/cupsd:print/cups
|
2014-05-30 22:22:48 +02:00
|
|
|
|
2017-03-21 22:59:31 +01:00
|
|
|
USES= samba:run # smbspool
|
2014-05-30 22:22:48 +02:00
|
|
|
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>
|