blob: d5c27ce2ed48fae26abae316d7fd7f29eeef5c9b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: taipan
# Date created: 2002-03-15
# Whom: Dave Walton <dwalton@acm.org>
#
# $FreeBSD$
#
PORTNAME= taipan
PORTVERSION= 0.9
CATEGORIES= games
MASTER_SITES= ftp://ftp.ilbbs.com/pub/linux/
MAINTAINER= ports@FreeBSD.org
post-install:
@${STRIP_CMD} ${PREFIX}/bin/taipan
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>
|