a813079932
Thoroughly unsubtle, most mkdir -p should probably be INSTALL* at *install stage, and echo/ECHO_MSG is somewhat unsorted. It's quite possible I missed a few automated changes...
20 lines
550 B
Makefile
20 lines
550 B
Makefile
# $OpenBSD: Makefile,v 1.2 2000/02/11 01:09:59 espie Exp $
|
|
|
|
DISTNAME= gogo224b
|
|
BUILD_DEPENDS= nasm-0.98:${PORTSDIR}/devel/nasm
|
|
ONLY_FOR_ARCHS= i386
|
|
EXTRACT_SUFX= .tgz
|
|
USE_GMAKE= Yes
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.kurims.kyoto-u.ac.jp/~shigeo/soft/gogo2/src/
|
|
|
|
MAINTAINER= beck@openbsd.org
|
|
|
|
post-install:
|
|
@mkdir -p ${PREFIX}/share/doc/gogo
|
|
${INSTALL_MAN} ${WRKSRC}/*.txt ${PREFIX}/share/doc/gogo
|
|
@mkdir -p ${PREFIX}/share/doc/gogo/japandoc
|
|
${INSTALL_DATA} ${WRKSRC}/japandoc/* ${PREFIX}/share/doc/gogo/japandoc
|
|
|
|
.include <bsd.port.mk>
|