blob: b636a72c0d977b720020b04be21eeeb38bf68f6b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: johans
# $FreeBSD$
PORTNAME= paps
PORTVERSION= 0.6.8
PORTREVISION= 4
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>
|