freebsd-ports/games/xsok/Makefile
Satoshi Asami ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00

27 lines
716 B
Makefile

# 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.1.1.1 1998/02/09 08:10:57 tg 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\\.4:${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>