mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
845235f6d4
- Fixed MASTER_SITE to fix fetch problem. The old mastersite was removed because the tarball is unfetchable since 2004. - Removed WWW on pkg-descr, the site seems died. - Added SHA256 on distinfo. PR: ports/90398 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
29 lines
665 B
Makefile
29 lines
665 B
Makefile
# New ports collection makefile for: NADAR
|
|
# Date created: 22 April 2000
|
|
# Whom: Sakai Hiroaki <sakai@seki.ee.kagu.sut.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nadar
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://download.vector.co.jp/pack/unix/game/action/
|
|
|
|
MAINTAINER= hsakai@m8.ffn.ne.jp
|
|
COMMENT= A network tank battle game
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_XPM= yes
|
|
|
|
MAN1= nadars.1 nadar.1
|
|
MANCOMPRESSED= yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/nadar ${PREFIX}/bin
|
|
${INSTALL_PROGRAM} ${WRKSRC}/nadars ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/nadar.1.gz ${MANPREFIX}/man/man1
|
|
${INSTALL_MAN} ${WRKSRC}/nadars.1.gz ${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|