aboutsummaryrefslogtreecommitdiffstats
path: root/games/xsok/Makefile
blob: 6e827729e1b60780cc674fb705090757e177a295 (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
25
26
# New ports collection makefile for:    xsok
# Version required:     1.02
# Date created:         07 Feb 1998
# Whom:                 Thomas Gellekum <tg@FreeBSD.ORG>
#
# $Id: Makefile,v 1.2 1998/08/05 09:31:02 asami Exp $
#

DISTNAME=       xsok-1.02
CATEGORIES= games
MASTER_SITES=   ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin.X11/ \
        ftp://sunsite.cnlab-switch.ch/mirror/linux/tsx-11/sources/usr.bin.X11/ \
        ftp://ftp.cdrom.com/pub/linux/tsx-11/sources/usr.bin.X11/
EXTRACT_SUFX=   -src.tar.gz

MAINTAINER= ports@FreeBSD.ORG

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

USE_X_PREFIX=   yes
MAN6=       xsok.6x

post-install:
    ${INSTALL_DATA} ${WRKSRC}/doc/xsok.tex ${PREFIX}/share/doc/xsok

.include <bsd.port.mk>