mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
38 lines
830 B
Makefile
38 lines
830 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)
|
|
|
|
NO_CDROM= Copy of CD must be sent to author
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
USE_LINUX= yes
|
|
USE_XLIB= 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>
|