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-11-09 01:52:24 +01:00
|
|
|
PORTVERSION= 0.3.6
|
2003-04-08 02:09:55 +02:00
|
|
|
CATEGORIES= science
|
2003-10-03 13:04:59 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}/unstable.pkg/${PORTVERSION}
|
2003-04-08 02:09:55 +02:00
|
|
|
|
|
|
|
MAINTAINER= pav@oook.cz
|
|
|
|
COMMENT= 2D chemical structures editor for GNOME 2
|
|
|
|
|
2003-11-02 20:05:32 +01:00
|
|
|
LIB_DEPENDS= gcu.2:${PORTSDIR}/science/gchemutils
|
2003-04-08 02:09:55 +02:00
|
|
|
|
|
|
|
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>
|