mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
5563a48e64
Submitted by: asami
24 lines
588 B
Makefile
24 lines
588 B
Makefile
# 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.2 1996/10/15 02:10:18 max Exp $
|
|
#
|
|
|
|
DISTNAME= xrubik
|
|
PKGNAME= xrubik-5.3.2
|
|
CATEGORIES+= games x11
|
|
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>
|