1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/print/cups-smb-backend/Makefile
Stefan Walter b848adf3e9 Add possibility to choose the samba port to depend on.
PR:		ports/139435
Submitted by:	David Naylor <naylor.b.david@gmail.com>
2010-05-16 10:24:34 +00:00

31 lines
698 B
Makefile

# New ports collection makefile for: cups-smb-backend
# Date created: 12 November 2005
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= cups-smb-backend
PORTVERSION= 1.0
PORTREVISION= 4
CATEGORIES= print
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= ports@FreeBSD.org
COMMENT= A 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?= samba3
SUB_FILES= pkg-message
do-install:
${LN} -fs ${PREFIX}/bin/smbspool ${PREFIX}/libexec/cups/backend/smb
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>