freebsd-ports/games/adom/Makefile
David E. O'Brien 61378a37df Explict dependancy on version 7 of linux_base is not needed anymore.
The linux_base port is now at RH version 7.
2002-05-28 03:22:32 +00:00

35 lines
709 B
Makefile

# New ports collection makefile for: adom
# Date created: 22 July 1999
# Whom: Oleg V. Volkov <rover@lglobus.ru>
#
# $FreeBSD$
#
PORTNAME= adom
PORTVERSION= 1.0.0
CATEGORIES= games linux
MASTER_SITES= http://www.adom.de/adom/download/linux/
DISTNAME= adom-100-elf
MAINTAINER= rover@lglobus.ru
NO_CDROM= Copy of CD must be sent to author
ONLY_FOR_ARCHS= i386
USE_LINUX= yes
WRKSRC= ${WRKDIR}/adom
NO_BUILD= yes
STRIP= # empty: do not strip linux binary!
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/adom ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for docs in readme.1st adomfaq.txt manual.doc
@${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>