1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/games/uox3/Makefile
Donald Burr 753d0d57ff - Fix some typos.
- Add more useful info to DESCR and MESSAGE.
- Remove some stuff I commented out in Makefile (because it was no longer
  needed), but forgot to delete before committing.

Coming soon:
- Fix the code that spawns Daemons, and instead of giving them generic names
  like "Beelzebub"(?) or "daemon", give them names like "Chuck", "init",
  "telnetd", ... :-) :-)
1999-02-28 09:30:56 +00:00

57 lines
1.5 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.1.1.1 1999/02/25 06:55:49 dburr Exp $
#
DISTNAME= uox3v6902-linux
PKGNAME= uox3-0.69.02
CATEGORIES= games
MASTER_SITES= ftp://provolone.dynip.com/pub/ \
http://users.1st.net/magda/
EXTRACT_SUFX= .zip
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} tqpsworld${EXTRACT_SUFX}
MAINTAINER= dburr@FreeBSD.ORG
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
DIST_SUBDIR= uox3
EXTRACT_CMD= unzip
EXTRACT_BEFORE_ARGS= -qa
EXTRACT_AFTER_ARGS= # This space left intentionally blank.
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>