# New ports collection makefile for: adom # Date created: 22 July 1999 # Whom: Oleg V. Volkov # # $FreeBSD$ # PORTNAME= adom PORTVERSION= 1.1.1 CATEGORIES= games linux MASTER_SITES= http://www.adom.de/adom/download/linux/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}-elf MAINTAINER= rover@lglobus.ru COMMENT= An rogue-like advanced rpg with color support (binary port) 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