freebsd-ports/games/blockade/Makefile
Satoshi Asami 5e5841f2cd Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.

Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.

Instigated by:	Peter Pentchev <roam@orbitel.bg> and kris
2000-09-25 12:21:43 +00:00

25 lines
504 B
Makefile

# New ports collection makefile for: blockade
# Date created: 29 May 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= blockade
PORTVERSION= 1.00
CATEGORIES= games
MASTER_SITES= http://www.geocities.com/TimesSquare/Zone/5267/
DISTFILES= blockade-1_00-linux.tar.gz
MAINTAINER= cpiazza@FreeBSD.org
USE_XLIB= yes
MAN6= blockade.6
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/blockade ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/blockade.6 ${PREFIX}/man/man6
.include <bsd.port.mk>