diff options
author | Steve Price <steve@FreeBSD.org> | 1998-07-12 23:43:23 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-07-12 23:43:23 +0000 |
commit | e0a2f10baa70f627b0f25813a0e282778d3080a1 (patch) | |
tree | 72aec56a6a8ad07f3fb5df7db202182a57a5ff16 /misc/bb/Makefile | |
parent | 735909af90502b8c4a744f074fa188b0a9877b7d (diff) |
Notes
Diffstat (limited to 'misc/bb/Makefile')
-rw-r--r-- | misc/bb/Makefile | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/misc/bb/Makefile b/misc/bb/Makefile new file mode 100644 index 000000000000..feb885fcadbe --- /dev/null +++ b/misc/bb/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: bb +# Version required: 1.2 +# Date created: 22 June 1998 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= bb-1.2 +CATEGORIES= misc +MASTER_SITES= ftp://ftp.ta.jcu.cz/pub/aa/bb/ \ + ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= games + +MAINTAINER= andy@icc.surw.chel.su + +LIB_DEPENDS= aa\\.1\\.:${PORTSDIR}/graphics/aalib + +MAKEFILE= makefile +GNU_CONFIGURE= yes + +pre-build: + @ cd ${WRKSRC}/mikunix; make + +do-install: + @ ${INSTALL_PROGRAM} ${WRKSRC}/bb ${PREFIX}/bin + @ ${INSTALL_PROGRAM} ${WRKSRC}/bb_snd_server ${PREFIX}/bin + @ ${MKDIR} ${PREFIX}/share/bb +.for file in bb bb2 bb3 + @ ${INSTALL_DATA} ${WRKSRC}/${file}.s3m ${PREFIX}/share/bb +.endfor +.if !defined(NOPORTDOCS) + @ ${MKDIR} ${PREFIX}/share/doc/bb +.for file in ANNOUNCE COPYING README + @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/bb +.endfor +.endif + +.include <bsd.port.mk> |