freebsd-ports/science/gchemutils/Makefile

36 lines
908 B
Makefile
Raw Normal View History

# New ports collection makefile for: gchemutils
# Date created: Mar 18, 2003
# Whom: Pav Lucistnik <pav@oook.cz>
#
# $FreeBSD$
PORTNAME= gchemutils
2006-01-05 23:17:47 +01:00
PORTVERSION= 0.4.8
CATEGORIES= science
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
2004-03-11 23:27:49 +01:00
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= gnome-chemistry-utils-${PORTVERSION}
MAINTAINER= pav@FreeBSD.org
COMMENT= C++ classes and Gtk2 widgets related to chemistry
2003-07-31 04:38:34 +02:00
LIB_DEPENDS= gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext \
2006-01-05 23:17:47 +01:00
openbabel.1:${PORTSDIR}/science/openbabel
USE_BZIP2= yes
USE_X_PREFIX= yes
2004-10-24 20:13:13 +02:00
USE_GNOME= gnomehack gnomeprefix intlhack libglade2 libgnomeprint libgnomeui
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
2004-10-24 20:13:13 +02:00
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
2006-01-05 23:17:47 +01:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "does not link with openbabel"
.endif
.include <bsd.port.post.mk>