diff options
author | erich <erich@FreeBSD.org> | 1996-12-12 04:54:58 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1996-12-12 04:54:58 +0800 |
commit | 2cf79e1362029fc3f8b03a49d146694c8bbfdca6 (patch) | |
tree | f74d01a2d1c964e93e9ace6bc5e9849a4c42025d /games/doom/Makefile | |
parent | 53b694506e1fea4b6f2224efb3fda19298fef279 (diff) | |
download | freebsd-ports-gnome-2cf79e1362029fc3f8b03a49d146694c8bbfdca6.tar.gz freebsd-ports-gnome-2cf79e1362029fc3f8b03a49d146694c8bbfdca6.tar.zst freebsd-ports-gnome-2cf79e1362029fc3f8b03a49d146694c8bbfdca6.zip |
new port of linux Doom, this has most (maybe all) of Amancio's
joystick/music/sound stuff!
Diffstat (limited to 'games/doom/Makefile')
-rw-r--r-- | games/doom/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/games/doom/Makefile b/games/doom/Makefile new file mode 100644 index 000000000000..0eb20f565d8e --- /dev/null +++ b/games/doom/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: games +# Version required: 1.8 +# Date created: Mon Dec 9 09:42:37 CST 1996 +# Whom: erich@rrnet.com +# +# $Id$ +# + +DISTNAME= doom-1.8 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= games/doom +DISTFILES= linux-doom-1.8.tar.gz musserver.tgz smooth-joystick4doom.tgz +EXTRACT_SUFX= .tgz + +MANINAINER= erich@FreeBSD.org + +RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib + +NO_WRKSUBDIR= yes + +post-patch: + @(cd ${WRKSRC}/joystick4doom; make clean) + @(cd ${WRKSRC}/musserver; make clean) + +pre-install: + @sed 's,@PREFIX@,${PREFIX},' ${PKGDIR}/INSTALL.in > ${PKGDIR}/INSTALL + +post-install: + @/bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL + +pre-clean: + @rm -f ${PKGDIR}/INSTALL + +.include <bsd.port.mk> |