blob: 9e6d8567f1f137d7f6bca49716e4ff7cd6d9fab7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
PORTREVISION= 1
PKGNAMEPREFIX= gimp-
COMMENT= Gimp print plug-in
MASTERDIR= ${.CURDIR}/../../print/gutenprint
GUT_SLAVE= gimp
PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"
|