mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
9584e11014
longer and I don't have time to keep up maintainance.
31 lines
783 B
Makefile
31 lines
783 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.0a6
|
|
CATEGORIES= palm emulators
|
|
MASTER_SITES= http://www.palmos.com/dev/tech/tools/emulator/
|
|
DISTNAME= emulator_src_30a6
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
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}
|
|
|
|
.include <bsd.port.mk>
|