summaryrefslogtreecommitdiff
path: root/palm/pose/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2001-04-04 09:02:43 +0000
committerMichael Haro <mharo@FreeBSD.org>2001-04-04 09:02:43 +0000
commit4ee38fcfd889a32944d3b977e423e1b60ce95eda (patch)
tree2bf76237268f8a216f3d6c0c3f48ae8d4bdc9856 /palm/pose/Makefile
parentVarious fixes: (diff)
update to 3.1
PR: 26335 Submitted by: William Lloyd <wlloyd@galt.slap.net> (new maintainer)
Notes
Notes: svn path=/head/; revision=40831
Diffstat (limited to 'palm/pose/Makefile')
-rw-r--r--palm/pose/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/palm/pose/Makefile b/palm/pose/Makefile
index 9cfe26f76de4..6d97c05793ae 100644
--- a/palm/pose/Makefile
+++ b/palm/pose/Makefile
@@ -6,12 +6,13 @@
#
PORTNAME= pose
-PORTVERSION= 3.0a6
+PORTVERSION= 3.1
CATEGORIES= palm emulators
MASTER_SITES= http://www.palmos.com/dev/tech/tools/emulator/
-DISTNAME= emulator_src_30a6
+# DISTNAME= emulator_src_31
+DISTFILES= emulator_src_31.tar.gz emulator_skins_16.tar.gz
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= wlloyd@slap.net
LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk
@@ -24,7 +25,8 @@ CONFIGURE_ARGS= --x-includes=${X11BASE}/include \
post-install:
${MKDIR} ${PREFIX}/share/pose
- ${INSTALL_DATA} "${WRKSRC}/../ROMTransfer/Source/ROM Transfer.prc" ${PREFIX}/share/pose
+ ${INSTALL_DATA} "${WRKSRC}/../ROMTransfer/Source/ROM_Transfer.prc" ${PREFIX}/share/pose
@${SED} -e 's#/usr/local#${PREFIX}#g' ${PKGMESSAGE}
+ ${CP} -Rp ${WRKDIR}/Skins_v1.6 ${PREFIX}/share/pose/skins
.include <bsd.port.mk>