mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
c4843ba5be
update of emulators/linux-geepee32 - (minor things) PR: ports/64613 Submitted by: No Name <arundel@gmx.net>
49 lines
1.2 KiB
Makefile
49 lines
1.2 KiB
Makefile
# New ports collection makefile for: geepee32
|
|
# Date Created: 05 October 2003
|
|
# Whom: <arundel@gmx.net>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= geepee32
|
|
PORTVERSION= 30
|
|
PORTREVISION= 2
|
|
CATEGORIES= emulators linux
|
|
MASTER_SITES= http://users.skynet.be/firefly/gp32/project/geepee32/
|
|
PKGNAMEPREFIX= linux-
|
|
DISTNAME= ${PORTNAME}_linux_sdl_${PORTVERSION}
|
|
|
|
MAINTAINER= arundel@gmx.net
|
|
COMMENT= The only GP32 emulator for i386
|
|
|
|
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
USE_LINUX= yes
|
|
USE_XLIB= yes
|
|
USE_ZIP= yes
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
USE_REINPLACE= yes
|
|
REINPLACE_ARGS=
|
|
STRIP=
|
|
|
|
TARGET_DIR= ${PREFIX}/${PORTNAME}
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD}-e 's|%%GEEPEE32DIR%%|${PREFIX}/${PORTNAME}|' ${SCRIPTDIR}/wrapper.sh > \
|
|
${WRKDIR}/wrapper.sh
|
|
|
|
do-install:
|
|
${INSTALL} -d -m 777 ${TARGET_DIR}
|
|
${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME} ${TARGET_DIR}
|
|
${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${TARGET_DIR}/${PORTNAME}.sh
|
|
|
|
post-install:
|
|
@${TOUCH} ${TARGET_DIR}/iic.bin
|
|
@${LN} -s ${TARGET_DIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
|
|
@${ECHO_MSG} ""
|
|
@${ECHO_MSG} "Please don't mail us with requests for ROM dumps."
|
|
@${ECHO_MSG} ""
|
|
|
|
.include <bsd.port.mk>
|