freebsd-ports/print/wprint/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

34 lines
686 B
Makefile

# ex:ts=8
# Ports collection makefile for: wprint
# Date created: Oct 15, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= wprint
PORTVERSION= 2.04
CATEGORIES= print
MASTER_SITES= http://www.esperanto.org.uy/programoj/angle/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv \
freetype:${PORTSDIR}/print/freetype2
USE_REINPLACE= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= wprint.1
post-patch:
.for file in man/wprint.1.pod src/wprint.c
@${REINPLACE_CMD} -e "s|/etc/wprint\.conf|${PREFIX}/etc/wprint.conf|g" \
${WRKSRC}/${file}
.endfor
.include <bsd.port.mk>