# ex:ts=8 -*-mode: makefile-*- # # New ports collection makefile for: cups-samba # Date created: 2004-02-10 # Whom: John Merryweather Cooper # # $FreeBSD$ # PORTNAME= cups-samba PORTVERSION= 6.0 PORTREVISION= 2 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 4/cgit-data/cgit.png' alt='cgit logo'/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
* - Get Rid MD5 supportmiwi2011-03-20