mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
36 lines
902 B
Makefile
36 lines
902 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.4 1997/07/13 18:49:14 max 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
|
|
|
|
MAINTAINER= 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>
|