1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/palm/pose/Makefile
Michael Haro 4ee38fcfd8 update to 3.1
PR:		26335
Submitted by:	    William Lloyd <wlloyd@galt.slap.net> (new maintainer)
2001-04-04 09:02:43 +00:00

33 lines
897 B
Makefile

# 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.1
CATEGORIES= palm emulators
MASTER_SITES= http://www.palmos.com/dev/tech/tools/emulator/
# DISTNAME= emulator_src_31
DISTFILES= emulator_src_31.tar.gz emulator_skins_16.tar.gz
MAINTAINER= wlloyd@slap.net
LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk
USE_MESA= yes
WRKSRC= ${WRKDIR}/Emulator_Src_${PORTVERSION}/BuildUnix
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --x-includes=${X11BASE}/include \
--x-libraries=${X11BASE}/lib
post-install:
${MKDIR} ${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>