1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/games/uox3/Makefile
Donald Burr 3c97e34da3 [dburr@forbin:103 uox]% ./uox3
Reloading items.scp      :   1853 sections found.
[...]
Loading UOX3.WSC...
UOX3: Startup Complete.
Floating exception (core dumped)
[dburr@forbin:103 uox]%

Mark BROKEN until I can figure out what the hell is going on with this.
1999-05-04 10:26:30 +00:00

53 lines
1.4 KiB
Makefile

# New ports collection makefile for: uox3
# Version required: 0.69.02
# Date created: 24 Feb 1999
# Whom: Donald Burr <dburr@FreeBSD.ORG>
#
# $Id: Makefile,v 1.3 1999/05/01 12:34:22 jseger Exp $
#
DISTNAME= uox3v6902-linux
PKGNAME= uox3-0.69.02
CATEGORIES= games
MASTER_SITES= ftp://provolone.dynip.com/pub/ \
http://users.1st.net/magda/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} tqpsworld${EXTRACT_SUFX}
MAINTAINER= dburr@FreeBSD.ORG
BROKEN= "Floating exception (core dumped)"
DIST_SUBDIR= uox3
USE_ZIP= YES
NO_WRKSUBDIR= YES
USE_GMAKE= YES
MAKEFILE= makefile
ALL_TARGET= linux
do-build:
cd ${WRKSRC}/dev && ${GMAKE} -f ${MAKEFILE} CFLAGS="${CFLAGS}" ${ALL_TARGET}
do-install:
${RM} ${WRKDIR}/uox/uox3.ini.orig
${MKDIR} ${PREFIX}/uox3
for FILE in ${WRKDIR}/uox/* ; do \
${INSTALL_DATA} $${FILE} ${PREFIX}/uox3 ;\
done
${INSTALL_PROGRAM} ${WRKSRC}/dev/uox3 ${PREFIX}/uox3
${INSTALL_DATA} ${WRKDIR}/uox3.wsc ${PREFIX}/uox3
${INSTALL_DATA} ${WRKDIR}/WSC\ Changes.txt ${PREFIX}/uox3/wsc_changes.txt
${INSTALL_SCRIPT} ${FILESDIR}/uox3.sh ${PREFIX}/etc/rc.d/uox3.sh
.ifdef NOPORTDOCS
@echo "==> Extra documentation WILL NOT be installed."
.else
@echo "==> Installing extra documentation..."
${MKDIR} ${PREFIX}/uox3/docs
for FILE in ${WRKDIR}/docs/* ; do \
${INSTALL_DATA} $${FILE} ${PREFIX}/uox3/docs ;\
done
.endif
@${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>