1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/audio/gogo/Makefile
Satoshi Asami ba5ad4f012 Add a symlink nasm-0.98 -> nasm to distinguish the latest version.
Change the gogo port's dependency to check this link.

Requested by:	Alexander Langer <alex@big.endian.de>
1999-12-10 23:10:51 +00:00

31 lines
662 B
Makefile

# New ports collection makefile for: gogo no coder
# Version required: 2.23
# Date created: 01 July 1999
# Whom: Yukihiro Nakai <Nacai@iname.com>
#
# $FreeBSD$
#
DISTNAME= gogo223
PKGNAME= gogo-2.23
CATEGORIES= audio
MASTER_SITES= http://www.kurims.kyoto-u.ac.jp/~shigeo/soft/gogo2/src/
MAINTAINER= nakai@FreeBSD.org
# More than version 0.98
BUILD_DEPENDS= nasm-0.98:${PORTSDIR}/devel/nasm
USE_GMAKE= yes
MAKEFILE= makefile.unx
ALL_TARGET= gogo
.if(!defined(KANJI))
MAKE_ENV+= DONT_USE_KANJI=-DNO_KANJI
.endif
RESTRICTED= Condition is not clear
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gogo ${PREFIX}/bin
.include <bsd.port.mk>