summaryrefslogtreecommitdiff
path: root/palm/palmpower/Makefile
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2000-10-12 12:19:15 +0000
committerJames E. Housley <jeh@FreeBSD.org>2000-10-12 12:19:15 +0000
commitf4c24d5f7bd6018c38f732817385f6c0599338b5 (patch)
tree657b27670789aa141aab99168198dc715bcf7dd2 /palm/palmpower/Makefile
parentUpgrade to 4.0.3. (diff)
Initial import of palmpower 1.0.1
Disassembler and other tools for PalmOS binaries PR: 20837 Submitted by: Roman Shterenzon <roman@xpert.com>
Notes
Notes: svn path=/head/; revision=33726
Diffstat (limited to 'palm/palmpower/Makefile')
-rw-r--r--palm/palmpower/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/palm/palmpower/Makefile b/palm/palmpower/Makefile
new file mode 100644
index 000000000000..f19ee44d97fa
--- /dev/null
+++ b/palm/palmpower/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: palmpower
+# Date Created: 22 Aug 2000
+# Whom: Roman Shterenzon <roman@xpert.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= palmpower
+PORTVERSION= 1.0.1
+CATEGORIES= palm
+MASTER_SITES= http://www.fh-wilhelmshaven.de/~akcaagaa/palmpower/files/
+
+MAINTAINER= roman@xpert.com
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+MAN1= pilotdis.1
+
+post-build:
+ cd ${WRKSRC}/utils; ${CC} ${CFLAGS} -o splitprc splitprc.c
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/pila/pila ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/pilotdis/pilotdis ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/utils/splitprc ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/man/pilotdis.1 ${PREFIX}/man/man1
+
+.include <bsd.port.mk>