1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/print/paps/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

21 lines
358 B
Makefile

# 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>