1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/emulators/adamem/Makefile
Alexey Dokuchaev 1da8ab0c4c Fix the build on 5.X and -CURRENT.
Reported by:	kris
Approved by:	portmgr (marcus), fjoe (mentor, implicit), maintainer
2004-09-23 07:16:23 +00:00

38 lines
883 B
Makefile

# New ports collection makefile for: adamem
# Date created: November 11, 2001
# Whom: Jeremy Karlson
#
# $FreeBSD$
#
PORTNAME= adamem
PORTVERSION= 1.0
CATEGORIES= emulators
MASTER_SITES= http://www.komkon.org/~dekogel/files/coleco/
DISTNAME= ${PORTNAME}
MAINTAINER= karlj000@unbc.ca
COMMENT= ADAMEm is a portable Coleco ADAM and ColecoVision emulator
NO_WRKSUBDIR= yes
USE_XLIB= yes
USE_X_PREFIX= yes
ALL_TARGET= x
PROGDIR= ${PREFIX}/${PORTNAME}
do-install:
${MKDIR} ${PROGDIR}
${INSTALL_PROGRAM} ${WRKSRC}/adamem ${PROGDIR}
${LN} -s adamem ${PROGDIR}/cvem
${INSTALL_DATA} ${WRKSRC}/adamem.snd ${PROGDIR}
${INSTALL_DATA} ${WRKSRC}/OS7.rom ${PROGDIR}
${INSTALL_DATA} ${WRKSRC}/WP.rom ${PROGDIR}
${INSTALL_DATA} ${WRKSRC}/EOS.rom ${PROGDIR}
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/adamem.txt ${DOCSDIR}
.endif
.include <bsd.port.mk>