1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/audio/gogo/Makefile

52 lines
1.4 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: GOGO-no-coda
# Date created: 01 July 1999
# Whom: Yukihiro Nakai <Nacai@iname.com>
#
1999-08-25 04:36:31 +00:00
# $FreeBSD$
#
PORTNAME= gogo
PORTVERSION= 2.35
CATEGORIES= audio
2000-01-25 10:54:47 +00:00
MASTER_SITES= http://homepage1.nifty.com/herumi/soft/gogo2/src/
DISTNAME= gogo235
2000-01-25 10:54:47 +00:00
EXTRACT_SUFX= .tgz
MAINTAINER= nakai@FreeBSD.org
1999-10-01 08:46:15 +00:00
# More than version 0.98
BUILD_DEPENDS= nasm-0.98:${PORTSDIR}/devel/nasm
USE_GMAKE= yes
1999-10-01 08:46:15 +00:00
ALL_TARGET= gogo
1999-10-01 08:46:15 +00:00
RESTRICTED= Condition is not clear
ONLY_FOR_ARCHS= i386
# A sample of heavily optimized CFLAGS(typically used with pgcc).
# Recommended ONLY for benchmarks.
# CFLAGS=-march=pentiumpro -O6 -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -foptimize-register-move -ffast-math -fdefer-pop -mfancy-math-387
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
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gogo ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/contrib/cdda2mp3.bsd \
${PREFIX}/bin/cdda2mp3.gogo
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/gogo
${INSTALL_DATA} ${WRKSRC}/contrib/cdda2mp3.txt \
${PREFIX}/share/doc/gogo/cdda2mp3.gogo.en
${INSTALL_DATA} ${WRKSRC}/contrib/cdda2mp3.euc \
${PREFIX}/share/doc/gogo/cdda2mp3.gogo.ja
.endif
.include <bsd.port.mk>