freebsd-ports/science/gchempaint/Makefile

32 lines
855 B
Makefile
Raw Normal View History

# New ports collection makefile for: gchempaint
# Date created: Mar 18, 2003
# Whom: Pav Lucistnik <pav@oook.cz>
#
# $FreeBSD$
PORTNAME= gchempaint
2005-09-19 17:56:49 +02:00
PORTVERSION= 0.6.0
CATEGORIES= science
2004-03-11 23:28:20 +01:00
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= pav@FreeBSD.org
COMMENT= 2D chemical structures editor for GNOME 2
2005-09-19 17:56:49 +02:00
BUILD_DEPENDS= gnome-doc-prepare:${PORTSDIR}/textproc/gnomedocutils
2005-04-03 00:18:06 +02:00
LIB_DEPENDS= gcu.4:${PORTSDIR}/science/gchemutils
2004-01-04 14:55:29 +01:00
USE_BZIP2= yes
USE_X_PREFIX= yes
INSTALLS_OMF= yes
2005-09-19 17:56:49 +02:00
INSTALLS_SHLIB= yes
GCONF_SCHEMAS= gchempaint-arrows.schemas
USE_GNOME= gnomehack gnomeprefix intlhack libgnomeprintui libgnomeui
USE_GMAKE= yes
USE_LIBTOOL_VER=15
USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
2005-09-19 17:56:49 +02:00
CONFIGURE_ARGS= --with-help-dir=${PREFIX}/share/gnome/help
.include <bsd.port.mk>