diff options
Diffstat (limited to 'games/xemeraldia/Makefile')
-rw-r--r-- | games/xemeraldia/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/games/xemeraldia/Makefile b/games/xemeraldia/Makefile deleted file mode 100644 index 50e89ca24188..000000000000 --- a/games/xemeraldia/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: xemeraldia -# Version required: 0.3 -# Date created: 22 Mar 1995 -# Whom: asami -# -# $Id: Makefile,v 1.8 1995/04/11 00:20:32 asami Exp $ -# - -DISTNAME= xemeraldia-0.3 -CATEGORIES+= games -MASTER_SITES= ftp://ftp.kuis.kyoto-u.ac.jp/News.Archives/fj.sources/1995/ -DISTFILES= 271.gz - -MAINTAINER= asami@FreeBSD.ORG - -USE_IMAKE= yes -NO_INSTALL_MANPAGES= yes - -do-extract: - @(cd ${DISTDIR}; \ - if [ ! -f ${DISTNAME}.tar.gz ]; then \ - zcat ${DISTFILES} | uudecode; \ - fi) - @rm -rf ${WRKDIR} - @mkdir -p ${WRKDIR} - @(cd ${WRKDIR}; tar -xzf \ - ${DISTDIR}/${DISTNAME}.tar.gz) - -post-install: - touch ${PREFIX}/lib/X11/.xemeraldia.scores - chmod 666 ${PREFIX}/lib/X11/.xemeraldia.scores - -.include <bsd.port.mk> |