mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
707c6bf295
Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine
35 lines
970 B
Makefile
35 lines
970 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= luscus
|
|
DISTVERSION= 0.8.6
|
|
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 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>
|