freebsd-ports/print/paps/Makefile
Antoine Brodin 228ab58873 Change INSTALL_DATA to install with mode 644
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
2014-09-04 19:26:24 +00:00

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>