2003-04-08 02:04:57 +02:00
|
|
|
# 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
|
2003-04-08 02:04:57 +02:00
|
|
|
CATEGORIES= science
|
2004-01-29 17:43:47 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
2004-03-11 23:27:49 +01:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2003-04-08 02:04:57 +02:00
|
|
|
DISTNAME= gnome-chemistry-utils-${PORTVERSION}
|
|
|
|
|
2003-11-14 02:10:23 +01:00
|
|
|
MAINTAINER= pav@FreeBSD.org
|
2003-04-08 02:04:57 +02:00
|
|
|
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
|
2003-04-08 02:04:57 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_X_PREFIX= yes
|
2004-10-24 20:13:13 +02:00
|
|
|
USE_GNOME= gnomehack gnomeprefix intlhack libglade2 libgnomeprint libgnomeui
|
2003-04-08 02:04:57 +02:00
|
|
|
USE_GMAKE= yes
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-10-24 20:13:13 +02:00
|
|
|
USE_REINPLACE= yes
|
2003-04-08 02:04:57 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2003-06-29 21:36:09 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
|
2003-04-08 02:04:57 +02:00
|
|
|
|
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>
|