summaryrefslogtreecommitdiff
path: root/x11/powershell/Makefile
blob: ef2bfc3dc23bbfcfef18bf4face31825a74673ba (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
# Ports collection Makefile for:	powershell
# Date created:				6 May 2000
# Whom:					Scott A. Moberly <smoberly@xavier.dyndns.org>
#
# $FreeBSD$
#

PORTNAME=	powershell
PORTVERSION=	0.8
CATEGORIES=	x11 gnome
MASTER_SITES=	http://powershell.sourceforge.net/download/

MAINTAINER=	smoberly@xavier.dyndns.org

LIB_DEPENDS=	gnome.4:${PORTSDIR}/x11/gnomelibs \
		gdk_imlib:${PORTSDIR}/graphics/imlib

USE_X_PREFIX=	yes
USE_AUTOCONF=	yes

GTK_CONFIG?=	${X11BASE}/bin/gtk12-config

CONFIGURE_ENV=	GTK_CONFIG="${GTK_CONFIG}"
CONFIGURE_ARGS=	--datadir=${PREFIX}/share/gnome

ALL_TARGET=	powershell

MAKE_ENV=	${CONFIGURE_ENV}

.include <bsd.port.mk>