summaryrefslogtreecommitdiff
path: root/games/xrubik/Makefile
blob: 96c966604acaebc1b1f1a5fc8dc181cd12963d80 (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
# New ports collection makefile for:   xrubik
# Version required:	5.3.2
# Date created:		20 October 1996
# Whom:			Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
#
# $Id: Makefile,v 1.3 1996/10/15 07:30:48 max Exp $
#

DISTNAME=	xrubik
PKGNAME=	xrubik-5.3.2
CATEGORIES=	games
MASTER_SITES=	ftp://ftp.iis.u-tokyo.ac.jp/pub1/X/contrib/games/puzzles/

MAINTAINER=	nakai@mlab.t.u-tokyo.ac.jp

USE_IMAKE=	yes

post-install:
	@chmod 755 ${PREFIX}/bin/xrubik
	@chown bin.bin ${PREFIX}/bin/xrubik
	${INSTALL_DATA} ${WRKSRC}/Rubik.ad ${PREFIX}/lib/X11/app-defaults/Rubik

.include <bsd.port.mk>