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
|
2005-06-17 14:33:36 +02:00
|
|
|
PORTVERSION= 0.4.14
|
2003-04-08 02:09:55 +02:00
|
|
|
CATEGORIES= science
|
2004-03-11 23:28:20 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2003-04-08 02:09:55 +02:00
|
|
|
|
2003-11-14 02:10:23 +01:00
|
|
|
MAINTAINER= pav@FreeBSD.org
|
2003-04-08 02:09:55 +02:00
|
|
|
COMMENT= 2D chemical structures editor for GNOME 2
|
|
|
|
|
2005-04-03 00:18:06 +02:00
|
|
|
LIB_DEPENDS= gcu.4:${PORTSDIR}/science/gchemutils
|
2003-04-08 02:09:55 +02:00
|
|
|
|
2004-01-04 14:55:29 +01:00
|
|
|
USE_BZIP2= yes
|
2003-04-08 02:09:55 +02:00
|
|
|
USE_X_PREFIX= yes
|
2004-11-23 03:23:08 +01:00
|
|
|
INSTALLS_OMF= yes
|
2004-07-12 21:06:57 +02:00
|
|
|
USE_GNOME= gnomehack gnomeprefix intlhack libgnomeprintui libgnomeui
|
2003-04-08 02:09:55 +02:00
|
|
|
USE_GMAKE= yes
|
2004-07-12 21:06:57 +02:00
|
|
|
USE_LIBTOOL_VER=15
|
2004-06-26 14:40:54 +02:00
|
|
|
USE_REINPLACE= yes
|
2003-06-29 21:48:18 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
|
2003-04-08 02:09:55 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|