2000-06-07 17:15:12 +00:00
|
|
|
# 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
|
2000-06-14 13:21:38 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-06-07 17:15:12 +00:00
|
|
|
|
2003-01-21 19:54:11 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-06-29 23:27:28 +00:00
|
|
|
COMMENT= A terminal emulator for the X11
|
2000-06-07 17:15:12 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2003-06-29 23:27:28 +00:00
|
|
|
USE_GNOME= gnomelibs
|
|
|
|
USE_AUTOCONF_VER= 213
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `${IMLIB_CONFIG} --cflags`" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib `${IMLIB_CONFIG} --libs`"
|
|
|
|
ALL_TARGET= ${PORTNAME}
|
2000-06-07 17:15:12 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|