blob: 722da36f96ffb991849f3efd049289b595aa9eb7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/print/gutenprint-ijs/Makefile,v 1.1 2007/03/30 16:42:47 ahze Exp $
PORTEPOCH= 0
PKGNAMESUFFIX= -ijs
MAINTAINER= cmt@burggraben.net
COMMENT= GutenPrint Ghostscript Drivers
LICENSE= GPLv2
MASTERDIR= ${.CURDIR}/../../print/gutenprint-base
GUT_SLAVE= ijs
PLIST= ${.CURDIR}/pkg-plist
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
|