1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Support staging.

This commit is contained in:
Veniamin Gvozdikov 2014-06-30 20:38:59 +00:00
parent 80a29af1ef
commit a48da8fa7d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359917
2 changed files with 10 additions and 12 deletions

View File

@ -10,26 +10,22 @@ MASTER_SITES= http://download.tuxfamily.org/massxpert/source/
MAINTAINER= vg@FreeBSD.org MAINTAINER= vg@FreeBSD.org
COMMENT= The massXpert software for (bio)chemists 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 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_GCC= any
USE_BZIP2= yes USES= cmake gettext iconv tar:bzip2
USES= cmake gettext iconv
USE_XORG= ice sm x11 xau xcb xdmcp xext xrender USE_XORG= ice sm x11 xau xcb xdmcp xext xrender
USE_GNOME= glib20 USE_GNOME= glib20
USE_QT4= corelib gui xml rcc_build qmake_build uic_build moc_build \ USE_QT4= corelib gui xml rcc_build qmake_build uic_build moc_build \
svg svg
USE_LDCONFIG= yes USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE= yes MAKE_JOBS_UNSAFE= yes
MAN7= massxpert-data.7
MAN1= massxpert.1
NO_STAGE= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -2,6 +2,8 @@ bin/massxpert
lib/massxpert/plugins/libmassListSorterPlugin.so lib/massxpert/plugins/libmassListSorterPlugin.so
lib/massxpert/plugins/libseqToolsPlugin.so lib/massxpert/plugins/libseqToolsPlugin.so
lib/massxpert/plugins/libnumeralsLocaleConverterPlugin.so lib/massxpert/plugins/libnumeralsLocaleConverterPlugin.so
man/man1/massxpert.1.gz
man/man7/massxpert-data.7.gz
%%DOCSDIR%%/COPYING %%DOCSDIR%%/COPYING
share/applications/massxpert.desktop share/applications/massxpert.desktop
%%DATADIR%%/locales/massxpert_fr.qm %%DATADIR%%/locales/massxpert_fr.qm