1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/games/adom/Makefile
Chris Rees 2dbe745d92 Add LICENSE data.
PR:		ports/149564 (based on)
Submitted by:	Ullrich Franke <uf@raindogs.org>
Approved by:	[no objections from maintainers in four weeks]
2011-12-14 21:29:16 +00:00

43 lines
973 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.1.1
PORTREVISION= 2
CATEGORIES= games linux
MASTER_SITES= http://www.adom.de/adom/download/linux/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}-elf
MAINTAINER= sr-13@mail.ru
COMMENT= An rogue-like advanced rpg with color support (binary port)
LICENSE= unknown
LICENSE_NAME= The ADOM License
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror
LICENSE_FILE= ${WRKSRC}/readme.1st
NO_CDROM= Copy of CD must be sent to author
ONLY_FOR_ARCHS= i386
USE_LINUX= yes
USE_LINUX_APPS= xorglibs
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>