aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gnomecommon/Makefile
blob: 44f6a5959f40f51e6ab5788df451df446a5d0794 (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
# New ports collection makefile for:    gnomecommon
# Date created:             04 April 2002
# Whom:                 Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   gnomecommon
PORTVERSION=    1.2.4
CATEGORIES= devel
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-common/1.2
DISTNAME=   gnome-common-${PORTVERSION}
DIST_SUBDIR=    gnome2

MAINTAINER= gnome@FreeBSD.org

BUILD_DEPENDS=  pkg-config:${PORTSDIR}/devel/pkgconfig
RUN_DEPENDS=    pkg-config:${PORTSDIR}/devel/pkgconfig

USE_BZIP2=  yes
USE_X_PREFIX=   yes
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_TARGET=   --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}

.include <bsd.port.mk>