2000-06-05 10:19:39 +00:00
|
|
|
# New ports collection makefile for: GOGO-no-coda
|
1999-07-17 04:15:58 +00:00
|
|
|
# Date created: 01 July 1999
|
|
|
|
# Whom: Yukihiro Nakai <Nacai@iname.com>
|
|
|
|
#
|
1999-08-25 04:36:31 +00:00
|
|
|
# $FreeBSD$
|
1999-07-17 04:15:58 +00:00
|
|
|
#
|
|
|
|
|
2000-04-08 21:25:03 +00:00
|
|
|
PORTNAME= gogo
|
2000-06-05 10:19:39 +00:00
|
|
|
PORTVERSION= 2.35
|
1999-07-17 04:15:58 +00:00
|
|
|
CATEGORIES= audio
|
2000-01-25 10:54:47 +00:00
|
|
|
MASTER_SITES= http://homepage1.nifty.com/herumi/soft/gogo2/src/
|
2000-06-05 10:19:39 +00:00
|
|
|
DISTNAME= gogo235
|
2000-01-25 10:54:47 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
1999-07-17 04:15:58 +00:00
|
|
|
|
1999-10-06 07:54:03 +00:00
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
1999-07-17 04:15:58 +00:00
|
|
|
|
1999-10-01 08:46:15 +00:00
|
|
|
# More than version 0.98
|
1999-12-10 23:10:51 +00:00
|
|
|
BUILD_DEPENDS= nasm-0.98:${PORTSDIR}/devel/nasm
|
1999-07-17 04:15:58 +00:00
|
|
|
|
1999-10-22 07:38:39 +00:00
|
|
|
USE_GMAKE= yes
|
1999-10-01 08:46:15 +00:00
|
|
|
ALL_TARGET= gogo
|
2000-06-05 10:19:39 +00:00
|
|
|
|
1999-10-01 08:46:15 +00:00
|
|
|
RESTRICTED= Condition is not clear
|
2000-06-01 15:46:56 +00:00
|
|
|
ONLY_FOR_ARCHS= i386
|
2000-06-05 10:19:39 +00:00
|
|
|
|
|
|
|
# A sample of heavily optimized CFLAGS(typically used with pgcc).
|
|
|
|
# Recommended ONLY for benchmarks.
|
2000-07-05 07:52:12 +00:00
|
|
|
# CFLAGS=-march=pentiumpro -O6 -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -foptimize-register-move -ffast-math -fdefer-pop -mfancy-math-387
|
2000-06-05 10:19:39 +00:00
|
|
|
|
|
|
|
pre-fetch:
|
|
|
|
.if !defined(USE_MT)
|
|
|
|
@${ECHO_MSG} "set USE_MT to compile with linuxthreads."
|
|
|
|
@${ECHO_MSG} "It would increase performance in SMP environment."
|
|
|
|
.else
|
|
|
|
MAKE_ENV+= "USE_MT=yes"
|
|
|
|
LIB_DEPENDS= lthread.2:${PORTSDIR}/devel/linuxthreads
|
|
|
|
.endif
|
2000-04-19 04:46:05 +00:00
|
|
|
|
1999-07-17 04:15:58 +00:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/gogo ${PREFIX}/bin
|
2000-06-05 10:19:39 +00:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/contrib/cdda2mp3.bsd \
|
2000-01-26 11:28:06 +00:00
|
|
|
${PREFIX}/bin/cdda2mp3.gogo
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/gogo
|
2000-06-05 10:19:39 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/contrib/cdda2mp3.txt \
|
2000-01-26 11:28:06 +00:00
|
|
|
${PREFIX}/share/doc/gogo/cdda2mp3.gogo.en
|
2000-06-05 10:19:39 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/contrib/cdda2mp3.euc \
|
|
|
|
${PREFIX}/share/doc/gogo/cdda2mp3.gogo.ja
|
2000-01-26 11:28:06 +00:00
|
|
|
.endif
|
1999-07-17 04:15:58 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|