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