blob: 80368bfaedbd6748194bf9a9e6e17ffe35309d23 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: gutenprint-ijs
# Date created: 2007-03-27
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
# $MCom$
PORTREVISION= 0
PORTEPOCH= 0
PKGNAMESUFFIX= -ijs
MAINTAINER= ahze@FreeBSD.org
COMMENT= GutenPrint Ghostscript Drivers
MASTERDIR= ${.CURDIR}/../../print/gutenprint-base
GUT_SLAVE= ijs
PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"
|