2000-07-10 05:09:55 +02:00
|
|
|
# New ports collection makefile for: grip
|
|
|
|
# Date created: 31 May 2000
|
|
|
|
# Whom: kbyanc@posi.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= grip
|
2004-04-20 23:45:10 +02:00
|
|
|
PORTVERSION= 3.1.10
|
2000-07-10 05:09:55 +02:00
|
|
|
CATEGORIES= audio
|
2002-03-14 07:56:08 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2003-11-05 22:46:31 +01:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-07-10 05:09:55 +02:00
|
|
|
|
2003-06-08 23:06:22 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-04-25 18:37:51 +02:00
|
|
|
COMMENT= GTK front-end to external cd rippers and mp3 encoders
|
2000-07-10 05:09:55 +02:00
|
|
|
|
2004-01-03 23:20:29 +01:00
|
|
|
LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \
|
2004-03-13 19:21:22 +01:00
|
|
|
curl.2:${PORTSDIR}/ftp/curl
|
2002-03-14 07:56:08 +01:00
|
|
|
|
2002-11-16 11:09:36 +01:00
|
|
|
USE_X_PREFIX= yes
|
2003-11-05 22:46:31 +01:00
|
|
|
USE_GNOME= gnomehack gnomeprefix gnometarget libgnomeui vte
|
2000-07-10 05:09:55 +02:00
|
|
|
USE_GMAKE= yes
|
2002-11-16 11:09:36 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-11-05 22:46:31 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2000-10-23 21:51:17 +02:00
|
|
|
|
2004-04-20 23:45:10 +02:00
|
|
|
OPTIONS= CDPARANOIA "Enable cdparanoia support" off
|
|
|
|
|
2003-09-08 08:12:56 +02:00
|
|
|
.if defined(WITH_CDPARANOIA)
|
|
|
|
LIB_DEPENDS+= cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-cdpar
|
2000-07-15 19:16:05 +02:00
|
|
|
.endif
|
2000-07-10 05:09:55 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|