summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-02-06 22:00:07 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-02-06 22:00:07 +0000
commit90b564d41dedb2f8c84e9181665e6c000c688291 (patch)
tree3ceccafe1e124338f04c7b77c097328acb388634 /devel
parentSupport stage (diff)
Support stage
Let stage handle docs Strip binaries USES=libtool
Notes
Notes: svn path=/head/; revision=343158
Diffstat (limited to 'devel')
-rw-r--r--devel/varconf/Makefile23
-rw-r--r--devel/varconf/pkg-plist1
2 files changed, 8 insertions, 16 deletions
diff --git a/devel/varconf/Makefile b/devel/varconf/Makefile
index 364c8e2abe87..5150512b2665 100644
--- a/devel/varconf/Makefile
+++ b/devel/varconf/Makefile
@@ -3,30 +3,21 @@
PORTNAME= varconf
PORTVERSION= 1.0.0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF/worldforge/${PORTNAME}%20%28config%20lib%29/${PORTVERSION}
MAINTAINER= oliver@FreeBSD.org
-COMMENT= A Configuration System for the STAGE Server
+COMMENT= Configuration System for the STAGE Server
-LIB_DEPENDS= sigc-2.0:${PORTSDIR}/devel/libsigc++20
+LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20
+
+OPTIONS_DEFINE= DOCS
GNU_CONFIGURE= yes
USE_BZIP2= yes
-USES= pathfix pkgconfig
+USES= libtool pathfix pkgconfig
USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-post-patch:
- @${REINPLACE_CMD} -e 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in
-
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
-.for file in README COPYING AUTHORS THANKS NEWS
- @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
-.endfor
-.endif
.include <bsd.port.mk>
diff --git a/devel/varconf/pkg-plist b/devel/varconf/pkg-plist
index 6ed75dfd60b7..a1a6db6ff583 100644
--- a/devel/varconf/pkg-plist
+++ b/devel/varconf/pkg-plist
@@ -10,6 +10,7 @@ include/varconf-1.0/varconf/variable.h
lib/libvarconf-1.0.la
lib/libvarconf-1.0.so
lib/libvarconf-1.0.so.8
+lib/libvarconf-1.0.so.8.0.0
libdata/pkgconfig/varconf-1.0.pc
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/COPYING