1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/print/cups-samba/Makefile
Gabor Kovesdan 42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00

44 lines
983 B
Makefile

# ex:ts=8 -*-mode: makefile-*-
#
# New ports collection makefile for: cups-samba
# Date created: 2004-02-10
# Whom: John Merryweather Cooper <coop9211@uidaho.edu>
#
# $FreeBSD$
#
PORTNAME= cups-samba
PORTVERSION= 6.0
CATEGORIES= print net
MASTER_SITES= ${MASTER_SITE_EASYSW}
MASTER_SITE_SUBDIR=cups/windows
DISTNAME= cups-windows-${PORTVERSION}-source
MAINTAINER= tomasv@megalogika.lt
COMMENT= The Common UNIX Printing System: MS Windows client drivers
RUN_DEPENDS= smbspool:${PORTSDIR}/net/samba3 \
${LOCALBASE}/sbin/cupsd:${PORTSDIR}/print/cups-base
NO_BUILD= yes
NO_WRKSUBDIR= yes
DATADIR= ${PREFIX}/share/cups
DRIVER_FILES= cups6.inf cups6.ini cupsps6.dll cupsui6.dll
SUB_FILES= pkg-message
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>