mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
d211d15440
set, so mark them with MANCOMPRESSED=no. Note that this requires the new bsd.port.mk that is not committed yet (going through final tests, will be committed in a few hours).
27 lines
700 B
Makefile
27 lines
700 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.5 1998/07/24 12:47:12 vanilla Exp $
|
|
#
|
|
|
|
DISTNAME= xcubes-5.4.4
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= games/xpuzzles
|
|
|
|
MAINTAINER= Nakai@technologist.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>
|