mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2971a93e52
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
27 lines
608 B
Makefile
27 lines
608 B
Makefile
# New ports collection makefile for: xrubik
|
|
# Date created: 20 October 1996
|
|
# Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xrubik
|
|
PORTVERSION= 5.5.2
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= games/xpuzzles
|
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/xrubik
|
|
USE_IMAKE= yes
|
|
MAN1= xrubik.1
|
|
MANCOMPRESSED= no
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xrubik ${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/Rubik.ad ${PREFIX}/lib/X11/app-defaults/Rubik
|
|
${INSTALL_MAN} ${WRKSRC}/xrubik.man ${PREFIX}/man/man1/xrubik.1
|
|
|
|
.include <bsd.port.mk>
|