summaryrefslogtreecommitdiff
path: root/palm/pose/Makefile
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2000-05-06 18:54:26 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2000-05-06 18:54:26 +0000
commitfdd19345d62d4dd02c2595d7144298ed87ec465e (patch)
treea9dee9c8dc1814057c2664b7a797ca37c38a999a /palm/pose/Makefile
parentUpdate to JadeTeX 2.18. (diff)
Add pose: Palm OS(R) Emulator.
Notes
Notes: svn path=/head/; revision=28316
Diffstat (limited to 'palm/pose/Makefile')
-rw-r--r--palm/pose/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/palm/pose/Makefile b/palm/pose/Makefile
new file mode 100644
index 000000000000..fe6a353550ef
--- /dev/null
+++ b/palm/pose/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: pose
+# Date created: Sat May 6 14:03:08 CEST 2000
+# Whom: Dirk Froemberg <dirk@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= pose
+PORTVERSION= 3.0a6
+CATEGORIES= palm emulators
+MASTER_SITES= http://www.palmos.com/dev/tech/tools/emulator/
+DISTNAME= emulator_src_30a6
+
+MAINTAINER= dirk@FreeBSD.org
+
+LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk \
+ GL.14:${PORTSDIR}/graphics/Mesa3
+
+WRKSRC= ${WRKDIR}/Emulator_Src_${PORTVERSION}/BuildUnix
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --x-includes=${X11BASE}/include \
+ --x-libraries=${X11BASE}/lib
+
+.include <bsd.port.mk>