2013-07-22 14:34:22 +00:00
|
|
|
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
|
2010-05-20 09:43:14 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= massxpert
|
2013-02-09 14:02:02 +00:00
|
|
|
PORTVERSION= 3.4.0
|
2015-09-11 09:43:07 +00:00
|
|
|
PORTREVISION= 4
|
2010-05-20 09:43:14 +00:00
|
|
|
CATEGORIES= science
|
|
|
|
MASTER_SITES= http://download.tuxfamily.org/massxpert/source/
|
|
|
|
|
2013-07-22 14:34:22 +00:00
|
|
|
MAINTAINER= vg@FreeBSD.org
|
2015-03-22 00:06:34 +00:00
|
|
|
COMMENT= massXpert software for (bio)chemists
|
2010-05-20 09:43:14 +00:00
|
|
|
|
2011-03-31 06:51:37 +00:00
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2016-04-01 14:25:16 +00:00
|
|
|
LIB_DEPENDS= libpthread-stubs.so:devel/libpthread-stubs \
|
|
|
|
libpcre.so:devel/pcre \
|
|
|
|
libpng.so:graphics/png \
|
|
|
|
libfreetype.so:print/freetype2 \
|
|
|
|
libexpat.so:textproc/expat2 \
|
|
|
|
libfontconfig.so:x11-fonts/fontconfig
|
2014-06-30 20:38:59 +00:00
|
|
|
|
2013-02-09 14:02:02 +00:00
|
|
|
USE_GCC= any
|
2015-09-11 09:43:07 +00:00
|
|
|
USES= cmake gettext tar:bzip2
|
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.
PR: ports/177942
Exp-run by: miwi
Approved by: portmgr (miwi)
Thanks to all who helped testing!
2013-05-25 14:37:02 +00:00
|
|
|
USE_XORG= ice sm x11 xau xcb xdmcp xext xrender
|
2012-12-16 20:59:39 +00:00
|
|
|
USE_GNOME= glib20
|
|
|
|
USE_QT4= corelib gui xml rcc_build qmake_build uic_build moc_build \
|
2010-05-20 09:43:14 +00:00
|
|
|
svg
|
2012-12-16 20:59:39 +00:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
2010-05-20 09:43:14 +00:00
|
|
|
|
2011-11-14 03:26:46 +00:00
|
|
|
.include <bsd.port.mk>
|