freebsd-ports/print/cups-smb-backend/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

26 lines
620 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= cups-smb-backend
PORTVERSION= 1.0
PORTREVISION= 7
CATEGORIES= print
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= ports@FreeBSD.org
COMMENT= CUPS backend for printing to Windows servers
RUN_DEPENDS= smbspool:net/${SAMBA_PORT} \
${LOCALBASE}/sbin/cupsd:print/cups
NO_BUILD= yes
PLIST_FILES= libexec/cups/backend/smb
SAMBA_PORT?= samba36
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>