mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +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
674 B
Makefile
27 lines
674 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.8 1998/07/24 12:50:47 vanilla Exp $
|
|
#
|
|
|
|
DISTNAME= xrubik-5.4.4
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= games/xpuzzles
|
|
|
|
MAINTAINER= nakai@technologist.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>
|