aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/rep-gtk2/Makefile
blob: 16fbfcbd064f2707c3eb8b62b07c21b6034d4da8 (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
33
34
# New ports collection makefile for:   rep-gtk
# Date created:        06 October 1999
# Whom:                Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   rep-gtk2
PORTVERSION=    0.16
PORTEPOCH=  1
CATEGORIES= x11-toolkits
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-rc2
DISTNAME=   rep-gtk-${PORTVERSION}
DIST_SUBDIR=    gnome2

MAINTAINER= gnome@FreeBSD.org

LIB_DEPENDS=    rep.12:${PORTSDIR}/lang/librep \
        gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui

PLIST_SUB=  GNUHOST=${ARCH}-pc-freebsd${OSREL:C/\..*//}

USE_BZIP2=  yes
USE_X_PREFIX=   yes
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-libglade \
        --with-gnome
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET=   ${ARCH}-pc-freebsd${OSREL:C/\..*//}

.include <bsd.port.mk>