freebsd-ports/science/luscus/Makefile
Kevin Bowling da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00

36 lines
1.1 KiB
Makefile

PORTNAME= luscus
DISTVERSION= 0.8.6
PORTREVISION= 3
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 \
obabel:science/openbabel # see https://sourceforge.net/p/luscus/tickets/5/
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
CFLAGS+= -fcommon # variables n_geometries/move_molecule/window/pix/etc are defined in the header
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>