openbsd-ports/audio/gogo/Makefile

25 lines
577 B
Makefile

# $OpenBSD: Makefile,v 1.5 2000/03/24 22:11:34 espie Exp $
DISTNAME= gogo224b
CATEGORIES= audio
NEED_VERSION= 1.223
MASTER_SITES= http://www.kurims.kyoto-u.ac.jp/~shigeo/soft/gogo2/src/
EXTRACT_SUFX= .tgz
ONLY_FOR_ARCHS= i386
BUILD_DEPENDS= nasm:devel/nasm
MAINTAINER= beck@openbsd.org
USE_GMAKE= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gogo
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gogo/japandoc
${INSTALL_MAN} ${WRKSRC}/*.txt ${PREFIX}/share/doc/gogo
${INSTALL_DATA} ${WRKSRC}/japandoc/* ${PREFIX}/share/doc/gogo/japandoc
.include <bsd.port.mk>