1996-11-16 12:38:32 +00:00
|
|
|
# New ports collection makefile for: xtriangles
|
1998-07-24 12:52:23 +00:00
|
|
|
# Version required: 5.4.4
|
1996-11-16 12:38:32 +00:00
|
|
|
# Date created: 12 October 1996
|
|
|
|
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
|
|
|
#
|
1998-07-24 12:52:23 +00:00
|
|
|
# $Id: Makefile,v 1.4 1997/11/25 08:59:13 tg Exp $
|
1996-11-16 12:38:32 +00:00
|
|
|
#
|
|
|
|
|
1998-07-24 12:52:23 +00:00
|
|
|
DISTNAME= xtriangles-5.4.4
|
1996-11-16 12:38:32 +00:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
1997-06-13 17:47:25 +00:00
|
|
|
MASTER_SITE_SUBDIR= games/xpuzzles
|
1996-11-16 12:38:32 +00:00
|
|
|
|
1998-07-24 12:52:23 +00:00
|
|
|
MAINTAINER= Nakai@technologist.com
|
1996-11-16 12:38:32 +00:00
|
|
|
|
1997-06-13 17:47:25 +00:00
|
|
|
WRKSRC= ${WRKDIR}/xtriangles
|
1996-11-16 12:38:32 +00:00
|
|
|
USE_IMAKE= yes
|
1997-06-13 17:47:25 +00:00
|
|
|
MAN1= xtriangles.1
|
1996-11-16 12:38:32 +00:00
|
|
|
|
|
|
|
post-install:
|
1997-06-13 17:47:25 +00:00
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/xtriangles ${PREFIX}/bin
|
1996-11-16 12:38:32 +00:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/Triangles.ad \
|
|
|
|
${PREFIX}/lib/X11/app-defaults/Triangles
|
1997-06-13 17:47:25 +00:00
|
|
|
@${INSTALL_MAN} ${WRKSRC}/xtriangles.man ${PREFIX}/man/man1/xtriangles.1
|
1996-11-16 12:38:32 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|