freebsd-ports/print/cups-smb-backend/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

29 lines
676 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= 1
CATEGORIES= print
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= A CUPS backend for printing to Windows servers
RUN_DEPENDS= smbspool:${PORTSDIR}/net/samba3 \
${LOCALBASE}/sbin/cupsd:${PORTSDIR}/print/cups-base
NO_BUILD= yes
PLIST_FILES= libexec/cups/backend/smb
SUB_FILES= pkg-message
do-install:
${LN} -fs ${PREFIX}/bin/smbspool ${PREFIX}/libexec/cups/backend/smb
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>