1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/games/xrubik/Makefile
Vanilla I. Shu edecf3c4f0 Change maitainer's email address,
and BROKEN some gnome ports until I upgrade it.
1999-01-12 16:51:33 +00:00

27 lines
665 B
Makefile

# New ports collection makefile for: xrubik
# Version required: 5.4.4
# Date created: 20 October 1996
# Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
#
# $Id: Makefile,v 1.9 1998/08/25 00:44:14 asami Exp $
#
DISTNAME= xrubik-5.4.4
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games/xpuzzles
MAINTAINER= nacai@iname.com
WRKSRC= ${WRKDIR}/xrubik
USE_IMAKE= yes
MAN1= xrubik.1
MANCOMPRESSED= no
post-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>