27 lines
629 B
Makefile
27 lines
629 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cups-smb-backend
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 6
|
|
CATEGORIES= print
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= c.petrik.sosa@gmail.com
|
|
COMMENT= CUPS backend for printing to Windows servers
|
|
|
|
RUN_DEPENDS= smbspool:${PORTSDIR}/net/${SAMBA_PORT} \
|
|
${LOCALBASE}/sbin/cupsd:${PORTSDIR}/print/cups-base
|
|
|
|
NO_BUILD= yes
|
|
PLIST_FILES= libexec/cups/backend/smb
|
|
SAMBA_PORT?= samba36
|
|
SUB_FILES= pkg-message
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
${LN} -fs ${PREFIX}/bin/smbspool ${PREFIX}/libexec/cups/backend/smb
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|