freebsd-ports/science/gchemutils/Makefile

36 lines
924 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-05-08 16:09:44 +02:00
PORTVERSION= 0.6.1
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-03-20 19:03:38 +01:00
openbabel.1:${PORTSDIR}/science/openbabel \
goffice-1.2:${PORTSDIR}/devel/goffice
USE_BZIP2= yes
USE_X_PREFIX= yes
2006-03-20 19:03:38 +01:00
USE_GNOME= gnomehack gnomeprefix intlhack libglade2 libgnomeprintui libgnomeui
USE_GMAKE= yes
GNU_CONFIGURE= 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
2006-03-20 19:03:38 +01:00
BROKEN= does not link with openbabel
2006-01-05 23:17:47 +01:00
.endif
.include <bsd.port.post.mk>