1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/science/luscus/Makefile
Niclas Zeising 428fac4e1c Add USES=xorg USES=gl, ports categories s
Add USES=xorg and USES=gl to ports in categories starting with 's'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 17:17:53 +00:00

37 lines
1.0 KiB
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 gl gnome pkgconfig \
shebangfix xorg
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>