1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/audio/gogo-petit/Makefile
Kirill Ponomarev 81cfb0358e GOGO-no-coda-petit is new variant of well-known GOGO-no-coda
mp3 encoder optimized with MMX, 3DNow!, Enhanced 3DNow! and SSE

*** DO NOT OVERCLOCK YOUR CPUs ***
GOGO heavily uses the part of processors that almost sleeps in
usual, so makes them very hot even it runs standard clock.
Overclocking may cause serious internal errors and crazy
results.  Or you need gigantic heatsink and extra-noisy fans.
:-)

Submitted by:	Evgueni V. Gavrilov <aquatique@rusunix.org>
2003-11-06 09:03:04 +00:00

32 lines
711 B
Makefile

# New ports collection makefile for: GOGO-no-coda-petit
# Date created: 06 November, 2003
# Whom: Evgueni V. Gavrilov <aquatique@rusunix.org>
#
# $FreeBSD$
#
PORTNAME= gogo
PORTVERSION= 3.11
CATEGORIES= audio
MASTER_SITES= http://homepage1.nifty.com/herumi/soft/petit/ \
ftp://rusunix.org/pub/FreeBSD/distfiles/
PKGNAMESUFFIX= petit
DISTNAME= petit311p1
EXTRACT_SUFX= .tgz
MAINTAINER= aquatique@rusunix.org
COMMENT= New variant of well-known GOGO-no-coda mp3 encoder
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
WRKSRC= ${WRKDIR}/petit
USE_GMAKE= yes
GNU_CONFIGURE= yes
CFLAGS+= ${PTHREAD_CFLAGS}
CONFIGURE_ENV+= LIBS="${PTHREAD_LIBS}"
ONLY_FOR_ARCHS= i386
.include <bsd.port.mk>