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