diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-05-06 18:54:26 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-05-06 18:54:26 +0000 |
commit | fdd19345d62d4dd02c2595d7144298ed87ec465e (patch) | |
tree | a9dee9c8dc1814057c2664b7a797ca37c38a999a /palm/pose/Makefile | |
parent | Update 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/Makefile | 25 |
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> |