1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/print/cups-samba/Makefile

42 lines
940 B
Makefile

# Created by: John Merryweather Cooper <coop9211@uidaho.edu>
# $FreeBSD$
PORTNAME= cups-samba
PORTVERSION= 6.0
PORTREVISION= 7
CATEGORIES= print net
MASTER_SITES= ${MASTER_SITE_EASYSW}
MASTER_SITE_SUBDIR=cups/windows
DISTNAME= cups-windows-${PORTVERSION}-source
MAINTAINER= mwisnicki+freebsd@gmail.com
COMMENT= The Common UNIX Printing System: MS Windows client drivers
RUN_DEPENDS= smbspool:${PORTSDIR}/${SAMBA_PORT} \
${LOCALBASE}/sbin/cupsd:${PORTSDIR}/print/cups-base
SAMBA_PORT?= net/samba36
NO_BUILD= yes
NO_WRKSUBDIR= yes
DATADIR= ${PREFIX}/share/cups
DRIVER_FILES= cups6.inf cups6.ini cupsps6.dll cupsui6.dll
SUB_FILES= pkg-message
NO_STAGE= yes
pre-install:
${MKDIR} ${DATADIR}/drivers
do-install:
cd ${WRKSRC} && \
for DRVFILE in ${DRIVER_FILES}; do \
${INSTALL_DATA} ${WRKSRC}/cups-windows-${PORTVERSION}/i386/$${DRVFILE} ${DATADIR}/drivers; \
done
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>