diff options
author | vg <vg@FreeBSD.org> | 2014-07-01 04:38:59 +0800 |
---|---|---|
committer | vg <vg@FreeBSD.org> | 2014-07-01 04:38:59 +0800 |
commit | f6a6fdd4b37b481329ba0af758fc9a131fe06096 (patch) | |
tree | 9e4694c58a3c7d9f5d115e81a5f001beabb73bfa /science/massxpert | |
parent | eb0bb70fb753b651fe5413faa685c86e5328d445 (diff) | |
download | freebsd-ports-gnome-f6a6fdd4b37b481329ba0af758fc9a131fe06096.tar.gz freebsd-ports-gnome-f6a6fdd4b37b481329ba0af758fc9a131fe06096.tar.zst freebsd-ports-gnome-f6a6fdd4b37b481329ba0af758fc9a131fe06096.zip |
- Support staging.
Diffstat (limited to 'science/massxpert')
-rw-r--r-- | science/massxpert/Makefile | 20 | ||||
-rw-r--r-- | science/massxpert/pkg-plist | 2 |
2 files changed, 10 insertions, 12 deletions
diff --git a/science/massxpert/Makefile b/science/massxpert/Makefile index 3929de56c8aa..20d7a6a0c3f6 100644 --- a/science/massxpert/Makefile +++ b/science/massxpert/Makefile @@ -10,26 +10,22 @@ MASTER_SITES= http://download.tuxfamily.org/massxpert/source/ MAINTAINER= vg@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> diff --git a/science/massxpert/pkg-plist b/science/massxpert/pkg-plist index f5273e8180eb..f942d55486ba 100644 --- a/science/massxpert/pkg-plist +++ b/science/massxpert/pkg-plist @@ -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 |