mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
24 lines
583 B
Makefile
24 lines
583 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.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>
|