summaryrefslogtreecommitdiff
path: root/games/xemeraldia/Makefile
blob: 9a84c7d993f931ecac3963270c5a7c7487ae4d7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for:	xemeraldia
# Date created:		22 Mar 1995
# Whom:			asami
#
# $FreeBSD$
#

PORTNAME=	xemeraldia
PORTVERSION=	0.31
CATEGORIES=	games
MASTER_SITES=	http://his.luky.org/ftp/mirrors/JG/JG-1.0/other-sources/jp/
DISTNAME=	xemeraldia-0.3

PATCH_SITES=	${MASTER_SITES}
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>