090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
20 lines
474 B
Makefile
20 lines
474 B
Makefile
# New ports collection makefile for: gutenprint-ijs
|
|
# Date created: 2007-03-27
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports/print/gutenprint-ijs/Makefile,v 1.1 2007/03/30 16:42:47 ahze Exp $
|
|
|
|
PORTREVISION= 1
|
|
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"
|