1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- new slave port cups-image

This commit is contained in:
Dirk Meyer 2009-05-16 08:54:14 +00:00
parent 8d16c7b533
commit fa55ada041
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233986
2 changed files with 22 additions and 0 deletions

View File

@ -48,6 +48,7 @@
SUBDIR += cups-base
SUBDIR += cups-bjnp
SUBDIR += cups-client
SUBDIR += cups-image
SUBDIR += cups-magicolor
SUBDIR += cups-pdf
SUBDIR += cups-pstoraster

21
print/cups-image/Makefile Normal file
View File

@ -0,0 +1,21 @@
# New ports collection makefile for: cups-image
# Date created: 16.May 2009
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
CATEGORIES= print
MAINTAINER= dinoex@FreeBSD.org
MASTERDIR?= ${.CURDIR}/../cups-base
CUPS_IMAGE= yes
OPTIONS= GNUTLS "Build with GNUTLS library" on
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif
.include "${MASTERDIR}/Makefile"