summaryrefslogtreecommitdiffstats
path: root/x11/gnomecore/Makefile
blob: f5ef79ae32e37bf37e5b6a278dc2e9b972528380 (plain)
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:   gnomecore
# Version required:    0.28.1
# Date created:        17 March 1998
# Whom:                Yukihiro Nakai <Nakai@technologist.com>
#
# $Id: Makefile,v 1.1.1.1 1998/09/06 06:37:58 vanilla Exp $
#

DISTNAME=	gnome-core-0.28.1
PKGNAME=	gnomecore-0.28.1
CATEGORIES=	x11
MASTER_SITES=	ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \
		ftp://ftp.gnome.org/pub/GNOME/sources/

MAINTAINER=	Nakai@technologist.com

BUILD_DEPENDS=	${LOCALBASE}/bin/orbit-config:${PORTSDIR}/devel/ORBit
LIB_DEPENDS=	gnome\\.0:${PORTSDIR}/x11/gnomelibs

USE_X_PREFIX=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--localstatedir=${PREFIX}/share/gnome \
		--datadir=${PREFIX}/share/gnome \
		--with-gnome=${X11BASE}
CONFIGURE_ENV=	CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include -I../intl \
		-I../../intl" CXXFLAGS="${CFLAGS}" \
		LIBS="-L${LOCALBASE}/lib -lxpg4"

post-install:
	${LDCONFIG} -m ${PREFIX}/lib

.include <bsd.port.mk>
OpenPOWER on IntegriCloud