2000-06-05 12:19:39 +02:00
|
|
|
# New ports collection makefile for: GOGO-no-coda
|
1999-07-17 06:15:58 +02:00
|
|
|
# Date created: 01 July 1999
|
|
|
|
# Whom: Yukihiro Nakai <Nacai@iname.com>
|
|
|
|
#
|
1999-08-25 06:36:31 +02:00
|
|
|
# $FreeBSD$
|
1999-07-17 06:15:58 +02:00
|
|
|
#
|
|
|
|
|
2000-04-08 23:25:03 +02:00
|
|
|
PORTNAME= gogo
|
2001-01-06 11:21:12 +01:00
|
|
|
PORTVERSION= 2.39b
|
1999-07-17 06:15:58 +02:00
|
|
|
CATEGORIES= audio
|
2000-01-25 11:54:47 +01:00
|
|
|
MASTER_SITES= http://homepage1.nifty.com/herumi/soft/gogo2/src/
|
2001-01-06 11:21:12 +01:00
|
|
|
DISTNAME= gogo239b
|
2000-01-25 11:54:47 +01:00
|
|
|
EXTRACT_SUFX= .tgz
|
1999-07-17 06:15:58 +02:00
|
|
|
|
1999-10-06 09:54:03 +02:00
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
1999-07-17 06:15:58 +02:00
|
|
|
|
1999-10-01 10:46:15 +02:00
|
|
|
# More than version 0.98
|
2002-06-07 18:16:32 +02:00
|
|
|
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
|
1999-07-17 06:15:58 +02:00
|
|
|
|
1999-10-22 09:38:39 +02:00
|
|
|
USE_GMAKE= yes
|
1999-10-01 10:46:15 +02:00
|
|
|
ALL_TARGET= gogo
|
2000-06-05 12:19:39 +02:00
|
|
|
|
1999-10-01 10:46:15 +02:00
|
|
|
RESTRICTED= Condition is not clear
|
2000-06-01 17:46:56 +02:00
|
|
|
ONLY_FOR_ARCHS= i386
|
2000-06-05 12:19:39 +02:00
|
|
|
|
|
|
|
# A sample of heavily optimized CFLAGS(typically used with pgcc).
|
|
|
|
# Recommended ONLY for benchmarks.
|
2000-07-05 09:52:12 +02: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 12:19:39 +02:00
|
|
|
|
|
|
|
pre-fetch:
|
2000-07-19 07:48:10 +02:00
|
|
|
.if !defined(WITH_THREADS)
|
|
|
|
@${ECHO_MSG} "set WITH_THREADS to compile with linuxthreads."
|
2000-06-05 12:19:39 +02:00
|
|
|
@${ECHO_MSG} "It would increase performance in SMP environment."
|
2000-12-24 05:57:11 +01:00
|
|
|
MAKE_ENV+= "USE_MT=no"
|
2000-06-05 12:19:39 +02:00
|
|
|
.else
|
2000-07-20 12:41:37 +02:00
|
|
|
MAKE_ENV+= "USE_MT=yes"
|
2000-06-05 12:19:39 +02:00
|
|
|
LIB_DEPENDS= lthread.2:${PORTSDIR}/devel/linuxthreads
|
|
|
|
.endif
|
2000-04-19 06:46:05 +02:00
|
|
|
|
1999-07-17 06:15:58 +02:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/gogo ${PREFIX}/bin
|
2000-06-05 12:19:39 +02:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/contrib/cdda2mp3.bsd \
|
2000-01-26 12:28:06 +01:00
|
|
|
${PREFIX}/bin/cdda2mp3.gogo
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/gogo
|
2000-06-05 12:19:39 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/contrib/cdda2mp3.txt \
|
2000-01-26 12:28:06 +01:00
|
|
|
${PREFIX}/share/doc/gogo/cdda2mp3.gogo.en
|
2000-06-05 12:19:39 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/contrib/cdda2mp3.euc \
|
|
|
|
${PREFIX}/share/doc/gogo/cdda2mp3.gogo.ja
|
2000-01-26 12:28:06 +01:00
|
|
|
.endif
|
1999-07-17 06:15:58 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|