aboutsummaryrefslogtreecommitdiffstats
path: root/science/gchempaint/Makefile
blob: 013534d11c16df400d87708f2cc1bb0a68cf4f67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:    gchempaint
# Date created:         Mar 18, 2003
# Whom:             Pav Lucistnik <pav@oook.cz>
#
# $FreeBSD$

PORTNAME=   gchempaint
PORTVERSION=    0.6.9
PORTREVISION=   1
CATEGORIES= science
MASTER_SITES=   ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}/0.6

MAINTAINER= pav@FreeBSD.org
COMMENT=    2D chemical structures editor for GNOME 2

BUILD_DEPENDS=  gnome-doc-prepare:${PORTSDIR}/textproc/gnome-doc-utils
LIB_DEPENDS=    gcu.6:${PORTSDIR}/science/gchemutils

USE_BZIP2=  yes
USE_XLIB=   yes
INSTALLS_ICONS= yes
INSTALLS_OMF=   yes
USE_LDCONFIG=   yes
GCONF_SCHEMAS=  gchempaint-arrows.schemas
USE_GNOME=  gnomehack gnomeprefix intlhack libgnomeprintui libgnomeui
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-help-dir=${PREFIX}/share/gnome/help

.include <bsd.port.mk>