1999-12-10 14:25:17 -05:00
|
|
|
# New ports collection makefile for: xemeraldia
|
|
|
|
# Date created: 22 Mar 1995
|
|
|
|
# Whom: asami
|
1995-03-24 00:27:13 -05:00
|
|
|
#
|
1999-08-25 02:06:33 -04:00
|
|
|
# $FreeBSD$
|
1995-03-24 00:27:13 -05:00
|
|
|
#
|
|
|
|
|
2000-04-14 08:28:40 -04:00
|
|
|
PORTNAME= xemeraldia
|
|
|
|
PORTVERSION= 0.31
|
1996-11-18 06:44:27 -05:00
|
|
|
CATEGORIES= games
|
2001-01-09 12:27:33 -05:00
|
|
|
MASTER_SITES= http://gluon.ph.sophia.ac.jp/~ftp/UNIX/src/games/
|
2000-04-14 08:28:40 -04:00
|
|
|
DISTNAME= xemeraldia-0.3
|
1999-12-10 14:25:17 -05:00
|
|
|
|
2001-01-09 12:27:33 -05:00
|
|
|
PATCH_SITES= http://gluon.ph.sophia.ac.jp/~ftp/UNIX/src/games/
|
1999-12-10 14:25:17 -05:00
|
|
|
PATCHFILES= xemeraldia-0.3to0.31.patch.gz
|
|
|
|
PATCH_DIST_STRIP= -p1
|
1995-04-10 20:20:58 -04:00
|
|
|
|
1999-08-31 02:53:31 -04:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1995-04-10 20:20:58 -04:00
|
|
|
|
1999-12-10 14:25:17 -05:00
|
|
|
USE_IMAKE= yes
|
1995-03-24 00:27:13 -05:00
|
|
|
NO_INSTALL_MANPAGES= yes
|
1995-04-10 20:20:58 -04:00
|
|
|
|
1995-04-20 14:21:16 -04:00
|
|
|
post-install:
|
2000-08-17 02:56:12 -04:00
|
|
|
@${CHOWN} root:games ${PREFIX}/bin/xemeraldia
|
|
|
|
@${CHMOD} 2755 ${PREFIX}/bin/xemeraldia
|
1999-12-10 14:25:17 -05:00
|
|
|
@${MKDIR} ${PREFIX}/lib/X11/xemeraldia
|
|
|
|
@${TOUCH} ${PREFIX}/lib/X11/xemeraldia/xemeraldia.scores
|
2000-08-17 02:56:12 -04:00
|
|
|
@${CHOWN} root:games ${PREFIX}/lib/X11/xemeraldia/xemeraldia.scores
|
|
|
|
@${CHMOD} 664 ${PREFIX}/lib/X11/xemeraldia/xemeraldia.scores
|
1996-12-17 00:33:18 -05:00
|
|
|
|
1995-03-24 00:27:13 -05:00
|
|
|
.include <bsd.port.mk>
|