# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # doom-hacx # doom-hacx/Makefile # doom-hacx/pkg-descr # doom-hacx/distinfo # echo c - doom-hacx mkdir -p doom-hacx > /dev/null 2>&1 echo x - doom-hacx/Makefile sed 's/^X//' >doom-hacx/Makefile << 'END-of-doom-hacx/Makefile' X# New ports collection makefile for: doom-hacx X# Date created: 21 Sep 2005 X# Whom: Alejandro Pulver X# X# $FreeBSD$ X# X XPORTNAME= hacx XPORTVERSION= 1.0 XCATEGORIES= games XMASTER_SITES= http://www.ijs.si/~lesi/distfiles/doom/ XDISTNAME= ${PORTNAME}.wad XEXTRACT_SUFX= .bz2 X XMAINTAINER= alejandro@varnet.biz XCOMMENT= A full TC using the Doom II engine X XUSE_BZIP2= yes XNO_BUILD= yes XNO_WRKSUBDIR= yes X XPLIST_FILES= %%DATADIR%%/${DISTNAME} XPLIST_DIRS= %%DATADIR%% X X.include "${.CURDIR}/../doom-data/Makefile.include" X X.include X Xdo-extract: X @${MKDIR} ${WRKDIR} X @${BZIP2_CMD} -dc ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > \ X ${WRKDIR}/${DISTNAME} X Xdo-install: X @${MKDIR} ${DATADIR} X @${INSTALL_DATA} ${WRKSRC}/${DISTNAME} ${DATADIR} X X.include END-of-doom-hacx/Makefile echo x - doom-hacx/pkg-descr sed 's/^X//' >doom-hacx/pkg-descr << 'END-of-doom-hacx/pkg-descr' XHacx is a full Total Conversion using the Doom II engine and created by Banjo XSoftware. X XYou need the Doom II WAD file to play it. X XWWW: http://www.sonic.net/~nostromo/hacx/index.html END-of-doom-hacx/pkg-descr echo x - doom-hacx/distinfo sed 's/^X//' >doom-hacx/distinfo << 'END-of-doom-hacx/distinfo' XMD5 (hacx.wad.bz2) = bc2245699c36736a0fa62a76b95f4e6c XSIZE (hacx.wad.bz2) = 8976448 END-of-doom-hacx/distinfo exit