mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
edecf3c4f0
and BROKEN some gnome ports until I upgrade it.
27 lines
691 B
Makefile
27 lines
691 B
Makefile
# New ports collection makefile for: xcubes
|
|
# Version required: V5.4.4
|
|
# Date created: 12 October 1996
|
|
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
|
#
|
|
# $Id: Makefile,v 1.6 1998/08/25 00:43:47 asami Exp $
|
|
#
|
|
|
|
DISTNAME= xcubes-5.4.4
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= games/xpuzzles
|
|
|
|
MAINTAINER= nacai@iname.com
|
|
|
|
WRKSRC= ${WRKDIR}/xcubes
|
|
USE_IMAKE= yes
|
|
MAN1= xcubes.1
|
|
MANCOMPRESSED= no
|
|
|
|
post-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/xcubes ${PREFIX}/bin
|
|
@${INSTALL_DATA} ${WRKSRC}/Cubes.ad ${PREFIX}/lib/X11/app-defaults/Cubes
|
|
@${INSTALL_MAN} ${WRKSRC}/xcubes.man ${PREFIX}/man/man1/xcubes.1
|
|
|
|
.include <bsd.port.mk>
|