mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
21 lines
440 B
Makefile
21 lines
440 B
Makefile
# 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= 1
|
|
PORTEPOCH= 0
|
|
PKGNAMESUFFIX= -foomatic
|
|
|
|
MAINTAINER= cmt@burggraben.net
|
|
COMMENT= GutenPrint Foomatic Drivers
|
|
|
|
LICENSE= GPLv2
|
|
|
|
MASTERDIR= ${.CURDIR}/../../print/gutenprint-base
|
|
|
|
GUT_SLAVE= foomatic
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|