1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/games/xrubik/Makefile
Masafumi Max NAKANE 152c56e9cf Added the app-defaults file.
(Closes PR #1794.)

Submitted by:	nakai@mlab.t.u-tokyo.ac.jp
1996-10-15 02:10:20 +00:00

25 lines
650 B
Makefile

# New ports collection makefile for: xrubik
# Version required: V5.3.2
# Date created: 20 October 1996
# Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
#
# $Id: porting.sgml,v 1.25 1996/08/01 00:12:11 asami 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_X11= yes
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>