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)
25 lines
464 B
Makefile
25 lines
464 B
Makefile
# New ports collection makefile for: paps
|
|
# Date created: 8 January 2008
|
|
# Whom: johans
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= paps
|
|
PORTVERSION= 0.6.8
|
|
PORTREVISION= 1
|
|
CATEGORIES= print
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= johans@stack.nl
|
|
COMMENT= UTF-8 to PostScript converter using Pango
|
|
|
|
PLIST_FILES= bin/paps lib/libpaps.a include/libpaps.h
|
|
|
|
MAN1= paps.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= pango
|
|
|
|
.include <bsd.port.mk>
|