CUPS Slave port for installing includes files and libs.
This commit is contained in:
parent
09b164f3d3
commit
327d601bd8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233356
2 changed files with 23 additions and 0 deletions
|
@ -45,6 +45,7 @@
|
|||
SUBDIR += cpp2latex
|
||||
SUBDIR += cups
|
||||
SUBDIR += cups-base
|
||||
SUBDIR += cups-client
|
||||
SUBDIR += cups-magicolor
|
||||
SUBDIR += cups-pdf
|
||||
SUBDIR += cups-pstoraster
|
||||
|
|
22
print/cups-client/Makefile
Normal file
22
print/cups-client/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: cups-client
|
||||
# Date created: 07.May 2009
|
||||
# Whom: dirk.meyer@dinoex.sub.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
CATEGORIES= print
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
|
||||
MASTERDIR?= ${.CURDIR}/../cups-base
|
||||
|
||||
CUPS_CLIENT= yes
|
||||
WITHOUT_GNUTLS= yes
|
||||
|
||||
OPTIONS= GNUTLS "Build with GNUTLS library" on
|
||||
|
||||
.if exists(${.CURDIR}/Makefile.local)
|
||||
.include "${.CURDIR}/Makefile.local"
|
||||
.endif
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in a new issue