1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/games/xcubes/Makefile

25 lines
565 B
Makefile
Raw Normal View History

# New ports collection makefile for: xcubes
# Version required: V5.3
# Date created: 12 October 1996
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $Id$
#
DISTNAME= xcubes
PKGNAME= xcubes-5.3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games/puzzles
MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp
USE_IMAKE= yes
post-install:
@chmod 755 ${PREFIX}/bin/xcubes
@chown bin.bin ${PREFIX}/bin/xcubes
@${INSTALL_DATA} ${WRKSRC}/Cubes.ad ${PREFIX}/lib/X11/app-defaults/Cubes
.include <bsd.port.mk>