1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/games/adom/Makefile
Tijl Coosemans aea21b3b36 - In Uses/linux.mk use the loop variable directly when appending to
*_DEPENDS.  Helper variables derived from the loop variable aren't
  expanded causing *_DEPENDS to be incorrect.
- Bump all ports with more than one value in USE_LINUX.

PR:		211645
Reported by:	jkim
2016-09-07 12:43:22 +00:00

40 lines
910 B
Makefile

# Created by: Oleg V. Volkov <rover@lglobus.ru>
# $FreeBSD$
PORTNAME= adom
PORTVERSION= 1.1.1
PORTREVISION= 5
CATEGORIES= games linux
MASTER_SITES= http://www.adom.de/adom/download/linux/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}-elf
MAINTAINER= sr-13@mail.ru
COMMENT= Rogue-like advanced rpg with color support (binary port)
LICENSE= unknown
LICENSE_NAME= The ADOM License
LICENSE_FILE= ${WRKSRC}/readme.1st
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror
NO_CDROM= Copy of CD must be sent to author
OPTIONS_DEFINE= DOCS
ONLY_FOR_ARCHS= i386 amd64
USES= linux
USE_LINUX= ncurses-base xorglibs
WRKSRC= ${WRKDIR}/adom
NO_BUILD= yes
SUB_FILES= pkg-message
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/adom ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for docs in readme.1st adomfaq.txt manual.doc
@${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>