1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/games/linuxdoom/Makefile

36 lines
921 B
Makefile
Raw Normal View History

# New ports collection makefile for: linux doom
# Date created: Mon Dec 9 09:42:37 CST 1996
# Whom: erich@rrnet.com
#
1999-08-25 06:06:33 +00:00
# $FreeBSD$
#
PORTNAME= linuxdoom
PORTVERSION= 1.8
CATEGORIES= games linux
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/doom
DISTNAME= doom-${PORTVERSION}
DISTFILES= linux-doom-1.8.tar.gz musserver.tgz smooth-joystick4doom.tgz
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
USE_XLIB= yes
NO_WRKSUBDIR= yes
PKGINSTALL= ${WRKDIR}/INSTALL
post-patch:
@(cd ${WRKSRC}/joystick4doom; make clean)
@(cd ${WRKSRC}/musserver; make clean)
pre-install:
1999-08-28 02:17:34 +00:00
@${SED} 's,@PREFIX@,${PREFIX},' ${PKGDIR}/INSTALL.in > ${PKGINSTALL}
post-install:
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>