aboutsummaryrefslogtreecommitdiff
path: root/textproc/iksemel
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-04-23 14:20:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-04-23 14:20:25 +0000
commit992586fa0863f8346a19cbcdfbba376c5c4dfd43 (patch)
tree87b239f8431cee200969f89da8739806496b7dad /textproc/iksemel
parentdc0ce8f5839343b4c972ae818337189b1b55d447 (diff)
downloadports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.tar.gz
ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.zip
Finish converting the whole ports tree to USES=pkgconfig
Notes
Notes: svn path=/head/; revision=316355
Diffstat (limited to 'textproc/iksemel')
-rw-r--r--textproc/iksemel/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/textproc/iksemel/Makefile b/textproc/iksemel/Makefile
index 4dbe14ed6494..d5b4d349073e 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>