opnsense-ports/print/paps/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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>