diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-04-04 09:02:43 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-04-04 09:02:43 +0000 |
commit | 4ee38fcfd889a32944d3b977e423e1b60ce95eda (patch) | |
tree | 2bf76237268f8a216f3d6c0c3f48ae8d4bdc9856 /palm/pose/Makefile | |
parent | Various 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/Makefile | 10 |
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> |