ea8c8ec7da
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
35 lines
1,006 B
Makefile
35 lines
1,006 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= luscus
|
|
DISTVERSION= 0.8.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= science
|
|
MASTER_SITES= SF/${PORTNAME}/
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Molecular editor and viewer
|
|
|
|
LICENSE= AFL
|
|
LICENSE_NAME= Academic Free License
|
|
LICENSE_FILE= ${WRKSRC}/License.txt
|
|
LICENSE_PERMS= auto-accept dist-mirror pkg-mirror
|
|
|
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
|
libfreetype.so:print/freetype2 \
|
|
libgdkglext-x11-1.0.so:x11-toolkits/gtkglext
|
|
RUN_DEPENDS= bash:shells/bash \
|
|
babel:science/openbabel
|
|
|
|
USES= cmake compiler:c++11-lang gettext-runtime pkgconfig shebangfix
|
|
SHEBANG_GLOB= *.sh
|
|
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango pangox-compat
|
|
USE_GL= gl glu
|
|
USE_XORG= x11
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's|/etc/luscus|${DATADIR}|' ${WRKSRC}/gv_system.c
|
|
@${REINPLACE_CMD} -i '' 's|$$HOME/\.${PORTNAME}/|${LOCALBASE}/bin/|' ${WRKSRC}/*/*/*.sh
|
|
@${REINPLACE_CMD} -i '' 's|$$RUNDIR/|${LOCALBASE}/bin/|' ${WRKSRC}/*/*/*.sh
|
|
|
|
.include <bsd.port.mk>
|