fe80f3ff8a
ftp://ftp.lab.kdd.co.jp/Usenet/fj.sources/1995/mar/xemeraldia-0.3.tar.gz: changing directory Usenet 550 Usenet: No such file or directory. (Last OK result Tue Nov 21 9:44:21 2000 ) PR: 24155 Submitted by: Joseph Scott <joseph@randomnetworks.com>
32 lines
812 B
Makefile
32 lines
812 B
Makefile
# New ports collection makefile for: xemeraldia
|
|
# Date created: 22 Mar 1995
|
|
# Whom: asami
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xemeraldia
|
|
PORTVERSION= 0.31
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://gluon.ph.sophia.ac.jp/~ftp/UNIX/src/games/
|
|
DISTNAME= xemeraldia-0.3
|
|
|
|
PATCH_SITES= http://gluon.ph.sophia.ac.jp/~ftp/UNIX/src/games/
|
|
PATCHFILES= xemeraldia-0.3to0.31.patch.gz
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_IMAKE= yes
|
|
NO_INSTALL_MANPAGES= yes
|
|
|
|
post-install:
|
|
@${CHOWN} root:games ${PREFIX}/bin/xemeraldia
|
|
@${CHMOD} 2755 ${PREFIX}/bin/xemeraldia
|
|
@${MKDIR} ${PREFIX}/lib/X11/xemeraldia
|
|
@${TOUCH} ${PREFIX}/lib/X11/xemeraldia/xemeraldia.scores
|
|
@${CHOWN} root:games ${PREFIX}/lib/X11/xemeraldia/xemeraldia.scores
|
|
@${CHMOD} 664 ${PREFIX}/lib/X11/xemeraldia/xemeraldia.scores
|
|
|
|
.include <bsd.port.mk>
|