aboutsummaryrefslogtreecommitdiffstats
path: root/games/xquarto/Makefile
blob: 73f87a232a1670b320610670ef2766f04f38f055 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    xquarto
# Version required:         1.0
# Date created:             9 March 1998
# Whom:                 Andrey Zakhvatov
#
# $Id: Makefile,v 1.1.1.1 1998/03/13 09:32:01 tg Exp $
#

DISTNAME=   xquarto-1.0
CATEGORIES= games
MASTER_SITES=   http://www.math.kth.se/~mjo/games/xquarto/

MAINTAINER= andy@icc.surw.chel.su

LIB_DEPENDS=    Xpm\\.4\\.:${PORTSDIR}/graphics/xpm

USE_IMAKE=  yes
MAN6=       xquarto.6

do-install:
    @ ${INSTALL_PROGRAM} ${WRKSRC}/src/xquarto ${PREFIX}/bin
    @ ${INSTALL_DATA} ${WRKSRC}/src/xquarto.man ${PREFIX}/man/man6/xquarto.6

.include <bsd.port.mk>