summaryrefslogtreecommitdiffstats
path: root/x11/powershell/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-05 03:44:11 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-05 03:44:11 +0800
commit4ff9c17723147418c1a803ae69168680a78ac1d0 (patch)
tree7f6a21095067770d604317ee146c1a36e5a0f591 /x11/powershell/Makefile
parenta86e292710e8c8db6ee8e6c0a12ff063f5686c72 (diff)
downloadmarcuscom-ports-4ff9c17723147418c1a803ae69168680a78ac1d0.tar.gz
marcuscom-ports-4ff9c17723147418c1a803ae69168680a78ac1d0.tar.zst
marcuscom-ports-4ff9c17723147418c1a803ae69168680a78ac1d0.zip
- Move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7557 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/powershell/Makefile')
-rw-r--r--x11/powershell/Makefile24
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>