blob: 5ea89b149d4833c5e4b6a9f562d101f4b1b711b2 (
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-foomatic
# Date created: 2007-03-30
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
# $MCom$
PORTREVISION= 0
PORTEPOCH= 0
PKGNAMESUFFIX= -foomatic
MAINTAINER= ahze@FreeBSD.org
COMMENT= GutenPrint Foomatic Drivers
MASTERDIR= ${.CURDIR}/../../print/gutenprint-base
GUT_SLAVE= foomatic
PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"
|