mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
5e5841f2cd
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
25 lines
504 B
Makefile
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>
|