14 lines
270 B
Makefile
14 lines
270 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
|
|
PORTREVISION= 1
|
|
PKGNAMEPREFIX= gimp-
|
|
|
|
MAINTAINER= cmt@FreeBSD.org
|
|
COMMENT= Gimp print plug-in
|
|
|
|
MASTERDIR= ${.CURDIR}/../../print/gutenprint
|
|
|
|
GUT_SLAVE= gimp
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|