1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/games/xoct/Makefile
Satoshi Asami d211d15440 These ports install uncompressed manpages even though USE_IMAKE is
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).
1998-08-25 00:44:33 +00:00

30 lines
724 B
Makefile

# New ports collection makefile for: xoct
# Version required: 5.4.4
# Date created: 28 March 1998
# Whom: Andrey Zakhvatov
#
# $Id: Makefile,v 1.3 1998/07/27 23:25:10 asami Exp $
#
DISTNAME= xoct-5.4.4
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games/xpuzzles
MAINTAINER= andy@icc.surw.chel.su
WRKSRC= ${WRKDIR}/xoct
USE_IMAKE= yes
MAN1= xoct.1
MANCOMPRESSED= no
# Not configured to use Motif.
# Optionally edit ${WRKSRC}/Imakefile before build.
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/xoct ${PREFIX}/bin
@ ${INSTALL_DATA} ${WRKSRC}/Oct.ad ${PREFIX}/lib/X11/app-defaults/Oct
@ ${INSTALL_MAN} ${WRKSRC}/xoct.man ${PREFIX}/man/man1/xoct.1
.include <bsd.port.mk>