228ab58873
Remove patches and hacks that were used to work around the previous situation This allows to stage more ports as a regular user Differential Revision: https://reviews.freebsd.org/D703 Reviewed by and discussed with: bapt With hat: portmgr
20 lines
358 B
Makefile
20 lines
358 B
Makefile
# Created by: johans
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= paps
|
|
PORTVERSION= 0.6.8
|
|
PORTREVISION= 3
|
|
CATEGORIES= print
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= johans@FreeBSD.org
|
|
COMMENT= UTF-8 to PostScript converter using Pango
|
|
|
|
PLIST_FILES= bin/paps lib/libpaps.a include/libpaps.h \
|
|
man/man1/paps.1.gz
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= pango
|
|
USES= pkgconfig
|
|
|
|
.include <bsd.port.mk>
|