diff options
Diffstat (limited to 'textproc/iksemel/Makefile')
-rw-r--r-- | textproc/iksemel/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/textproc/iksemel/Makefile b/textproc/iksemel/Makefile index 4dbe14ed649..d5b4d349073 100644 --- a/textproc/iksemel/Makefile +++ b/textproc/iksemel/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: iksemel -# Date created: 24 April 2006 -# Whom: trasz -# +# Created by: trasz # $FreeBSD$ -# PORTNAME= iksemel PORTVERSION= 1.4 @@ -22,16 +18,14 @@ GNU_CONFIGURE= yes CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes -USE_PKGCONFIG= build +USES= pkgconfig INFO= iksemel -.include <bsd.port.pre.mk> - post-patch: @${REINPLACE_CMD} -e 's|@setfilename iksemel|@setfilename iksemel.info|' \ ${WRKSRC}/doc/iksemel.texi @${REINPLACE_CMD} -e 's|pkgconfigdir=$$(libdir)/pkgconfig|pkgconfigdir=$${prefix}/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.am -.include <bsd.port.post.mk> +.include <bsd.port.mk> |