diff options
Diffstat (limited to 'x11/powershell/Makefile')
-rw-r--r-- | x11/powershell/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11/powershell/Makefile b/x11/powershell/Makefile new file mode 100644 index 000000000..85895fb06 --- /dev/null +++ b/x11/powershell/Makefile @@ -0,0 +1,24 @@ +# Ports collection Makefile for: powershell +# Date created: 6 May 2000 +# Whom: Scott A. Moberly <smoberly@xavier.dyndns.org> +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= powershell +PORTVERSION= 0.8 +PORTREVISION= 3 +CATEGORIES= x11 gnome +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org +COMMENT= A terminal emulator for the X11 + +USE_GNOME= gnomelibs gnomehier +USE_AUTOTOOLS= autoconf:259 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `${IMLIB_CONFIG} --cflags`" \ + LDFLAGS="-L${LOCALBASE}/lib `${IMLIB_CONFIG} --libs`" +ALL_TARGET= ${PORTNAME} + +.include <bsd.port.mk> |