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:
parent
8d16c7b533
commit
fa55ada041
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233986
@ -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
21
print/cups-image/Makefile
Normal 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"
|
Loading…
Reference in New Issue
Block a user