freebsd-ports/print/cups-image/Makefile
Dirk Meyer 0cc883c990 - drop maintainership
Feature safe: yes
2012-11-05 20:10:03 +00:00

15 lines
234 B
Makefile

# $FreeBSD$
CATEGORIES= print
MAINTAINER= ports@FreeBSD.org
MASTERDIR?= ${.CURDIR}/../cups-base
CUPS_IMAGE= yes
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif
.include "${MASTERDIR}/Makefile"