freebsd-ports/games/xtriangles/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

28 lines
746 B
Makefile

# New ports collection makefile for: xtriangles
# Version required: 5.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:52:13 vanilla Exp $
#
DISTNAME= xtriangles-5.4.4
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games/xpuzzles
MAINTAINER= Nakai@technologist.com
WRKSRC= ${WRKDIR}/xtriangles
USE_IMAKE= yes
MAN1= xtriangles.1
MANCOMPRESSED= no
post-install:
@${INSTALL_PROGRAM} ${WRKSRC}/xtriangles ${PREFIX}/bin
@${INSTALL_DATA} ${WRKSRC}/Triangles.ad \
${PREFIX}/lib/X11/app-defaults/Triangles
@${INSTALL_MAN} ${WRKSRC}/xtriangles.man ${PREFIX}/man/man1/xtriangles.1
.include <bsd.port.mk>