summaryrefslogblamecommitdiff
path: root/games/taipan/Makefile
blob: d05f315cddcc9db9e170f953aad323449aac817e (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                     
                 
                     


                                              


                                 



                                                         





                                                   
# New ports collection makefile for:	taipan
# Date created:				2002-03-15
# Whom:					Dave Walton <dwalton@acm.org>
#
# $FreeBSD$
#

PORTNAME=	taipan
PORTVERSION=	0.9
PORTREVISION=	1
CATEGORIES=	games
MASTER_SITES=	${MASTER_SITE_SUNSITE} \
		ftp://ftp.ilbbs.com/pub/linux/
MASTER_SITE_SUBDIR=	games/textrpg

MAINTAINER=	ports@FreeBSD.org

MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}"

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/taipan ${PREFIX}/bin
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>