Added the app-defaults file.
(Closes PR #1794.) Submitted by: nakai@mlab.t.u-tokyo.ac.jp
This commit is contained in:
parent
0842552d47
commit
152c56e9cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3976
2 changed files with 9 additions and 7 deletions
|
@ -1,23 +1,24 @@
|
|||
#New ports collection makefile for: xrubik
|
||||
# Version required: V5.3.2
|
||||
# Date created: 20 Oct 1996
|
||||
# Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
|
||||
# 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$
|
||||
# $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/
|
||||
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
|
||||
USE_X11= 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>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
bin/xrubik
|
||||
man/man1/xrubik.1.gz
|
||||
lib/X11/app-defaults/Rubik
|
||||
|
|
Loading…
Reference in a new issue