blob: 109e99f4ee796b8ef1f41663d06e632bf590112f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: gutenprint-gimp
# Date created: 2006-12-31
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/print/gimp-gutenprint/Makefile,v 1.2 2007/03/30 16:42:46 ahze Exp $
PORTREVISION= 0
PORTEPOCH= 0
PKGNAMEPREFIX= gimp-
PKGNAMESUFFIX= # empty
MAINTAINER= ahze@FreeBSD.org
COMMENT= Gimp print plug-in
MASTERDIR= ${.CURDIR}/../../print/gutenprint-base
GUT_SLAVE= gimp
PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"
|