svn commit: r359917 - head/science/massxpert
Veniamin Gvozdikov
vg at FreeBSD.org
Mon Jun 30 20:39:00 UTC 2014
Author: vg
Date: Mon Jun 30 20:38:59 2014
New Revision: 359917
URL: http://svnweb.freebsd.org/changeset/ports/359917
QAT: https://qat.redports.org/buildarchive/r359917/
Log:
- Support staging.
Modified:
head/science/massxpert/Makefile
head/science/massxpert/pkg-plist
Modified: head/science/massxpert/Makefile
==============================================================================
--- head/science/massxpert/Makefile Mon Jun 30 20:35:26 2014 (r359916)
+++ head/science/massxpert/Makefile Mon Jun 30 20:38:59 2014 (r359917)
@@ -10,26 +10,22 @@ MASTER_SITES= http://download.tuxfamily.
MAINTAINER= vg at FreeBSD.org
COMMENT= The massXpert software for (bio)chemists
-LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \
- pcre:${PORTSDIR}/devel/pcre \
- png15:${PORTSDIR}/graphics/png \
- freetype:${PORTSDIR}/print/freetype2 \
- expat:${PORTSDIR}/textproc/expat2 \
- fontconfig:${PORTSDIR}/x11-fonts/fontconfig
-
LICENSE= GPLv3
+LIB_DEPENDS= libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \
+ libpcre.so:${PORTSDIR}/devel/pcre \
+ libpng15.so:${PORTSDIR}/graphics/png \
+ libfreetype.so:${PORTSDIR}/print/freetype2 \
+ libexpat.so:${PORTSDIR}/textproc/expat2 \
+ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
+
USE_GCC= any
-USE_BZIP2= yes
-USES= cmake gettext iconv
+USES= cmake gettext iconv tar:bzip2
USE_XORG= ice sm x11 xau xcb xdmcp xext xrender
USE_GNOME= glib20
USE_QT4= corelib gui xml rcc_build qmake_build uic_build moc_build \
svg
USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE= yes
-MAN7= massxpert-data.7
-MAN1= massxpert.1
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/science/massxpert/pkg-plist
==============================================================================
--- head/science/massxpert/pkg-plist Mon Jun 30 20:35:26 2014 (r359916)
+++ head/science/massxpert/pkg-plist Mon Jun 30 20:38:59 2014 (r359917)
@@ -2,6 +2,8 @@ bin/massxpert
lib/massxpert/plugins/libmassListSorterPlugin.so
lib/massxpert/plugins/libseqToolsPlugin.so
lib/massxpert/plugins/libnumeralsLocaleConverterPlugin.so
+man/man1/massxpert.1.gz
+man/man7/massxpert-data.7.gz
%%DOCSDIR%%/COPYING
share/applications/massxpert.desktop
%%DATADIR%%/locales/massxpert_fr.qm
More information about the svn-ports-all
mailing list