mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
6910bf819a
these ports [1] - Trim headers - Remove indefinite article from COMMENT - Convert tab to space in WWW lines PR: ports/175415 [1] Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1] Discussed with: bapt
16 lines
241 B
Makefile
16 lines
241 B
Makefile
# $FreeBSD$
|
|
|
|
CATEGORIES= print
|
|
|
|
MAINTAINER= c.petrik.sosa@gmail.com
|
|
|
|
MASTERDIR?= ${.CURDIR}/../cups-base
|
|
|
|
CUPS_CLIENT= yes
|
|
|
|
.if exists(${.CURDIR}/Makefile.local)
|
|
.include "${.CURDIR}/Makefile.local"
|
|
.endif
|
|
|
|
.include "${MASTERDIR}/Makefile"
|