openbsd-ports/audio/grip/Makefile
lebel 1c08abfd36 initial import of grip 2.95:
--
Grip is a front-end to external cd audio rippers (such as dagrab
or cdda2wav). It also provides an automated frontend for MP3 encoders,
letting you take a disc and transform it easily straight into MP3s.
The CDDB protocol is supported for retrieving track information
from disc database servers. Grip works with DigitalDJ to provide a
unified computerized version of your music collection.
2001-05-19 00:21:00 +00:00

33 lines
731 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/05/19 00:21:00 lebel Exp $
COMMENT= "front-end to external cd audio rippers and mp3 encoders"
V= 2.95
DISTNAME= grip-${V}
CATEGORIES= audio
NEED_VERSION= 1.402
EXTRACT_SUFX= .tgz
MAINTAINER= David Lebel <lebel@openbsd.org>
HOMEPAGE= http://www.nostatic.org/grip/
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.nostatic.org/grip/
LIB_DEPENDS= gtk.1.2::x11/gtk+
USE_GMAKE= Yes
ALL_TARGET= gripnopar gcd
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/grip ${PREFIX}/bin/
${INSTALL_PROGRAM} ${WRKSRC}/gcd ${PREFIX}/bin/
${INSTALL_DATA} ${WRKSRC}/grip.1 ${PREFIX}/man/man1/
.include <bsd.port.mk>