freebsd-ports/games/doom/Makefile
Masafumi Max NAKANE 75c141cc7d /bin/sh -> ${SH}
1997-07-13 18:49:31 +00:00

36 lines
904 B
Makefile

# 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: Makefile,v 1.3 1996/12/19 14:33:02 erich Exp $
#
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
MANINAINER= erich@FreeBSD.org
BUILD_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_lib
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:
@${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
pre-clean:
@rm -f ${PKGDIR}/INSTALL
.include <bsd.port.mk>