2003-04-08 02:09:55 +02:00
|
|
|
# New ports collection makefile for: gchempaint
|
|
|
|
# Date created: Mar 18, 2003
|
|
|
|
# Whom: Pav Lucistnik <pav@oook.cz>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gchempaint
|
2003-08-28 23:34:38 +02:00
|
|
|
PORTVERSION= 0.3.5
|
2003-04-08 02:09:55 +02:00
|
|
|
CATEGORIES= science
|
|
|
|
MASTER_SITES= http://savannah.nongnu.org/download/gchempaint/unstable.pkg/${PORTVERSION}/
|
|
|
|
|
|
|
|
MAINTAINER= pav@oook.cz
|
|
|
|
COMMENT= 2D chemical structures editor for GNOME 2
|
|
|
|
|
|
|
|
LIB_DEPENDS= gcu.1:${PORTSDIR}/science/gchemutils
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GNOME= gnomehack gnomeprefix libgnomeprintui libgnomeui
|
|
|
|
USE_GMAKE= yes
|
2003-06-29 21:48:18 +02:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
|
2003-04-08 02:09:55 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|