svn commit: r349739 - head/devel/guiloader-c++
Pawel Pekala
pawel at FreeBSD.org
Mon Mar 31 12:23:33 UTC 2014
Author: pawel
Date: Mon Mar 31 12:23:32 2014
New Revision: 349739
URL: http://svnweb.freebsd.org/changeset/ports/349739
QAT: https://qat.redports.org/buildarchive/r349739/
Log:
- Port is stage safe
- Remove leading article from COMMENT
- Use new LIB_DEPENDS syntax
- Convert to USES=tar:bzip2
- Strip library
Modified:
head/devel/guiloader-c++/Makefile
Modified: head/devel/guiloader-c++/Makefile
==============================================================================
--- head/devel/guiloader-c++/Makefile Mon Mar 31 12:21:04 2014 (r349738)
+++ head/devel/guiloader-c++/Makefile Mon Mar 31 12:23:32 2014 (r349739)
@@ -8,19 +8,20 @@ CATEGORIES= devel gnome
MASTER_SITES= GOOGLE_CODE
MAINTAINER= ports at FreeBSD.org
-COMMENT= A C++ binding to the GuiLoader library
+COMMENT= C++ binding to the GuiLoader library
BUILD_DEPENDS= ${LOCALBASE}/include/boost/format.hpp:${PORTSDIR}/devel/boost-libs
-LIB_DEPENDS= guiloader.1:${PORTSDIR}/devel/guiloader \
- gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
+LIB_DEPENDS= libguiloader.so:${PORTSDIR}/devel/guiloader \
+ libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24
PROJECTHOST= nothing-personal
-USE_BZIP2= yes
-USES= pathfix gettext pkgconfig
+USES= gettext pathfix pkgconfig tar:bzip2
USE_GNOME= gtk20
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-hidden-visibility
USE_LDCONFIG= yes
-NO_STAGE= yes
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libguiloader-c++.so.1
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list