View | Details | Raw Unified | Return to bug 60924
Collapse All | Expand All

(-)audio/grip/Makefile (-8 / +3 lines)
Lines 2-12 Link Here
2
# Date created:				31 May 2000
2
# Date created:				31 May 2000
3
# Whom:					kbyanc@posi.net
3
# Whom:					kbyanc@posi.net
4
#
4
#
5
# $FreeBSD: ports/audio/grip/Makefile,v 1.35 2004/01/03 22:20:29 edwin Exp $
5
# $FreeBSD: ports/audio/grip/Makefile,v 1.34 2003/11/17 12:03:12 trevor Exp $
6
#
6
#
7
7
8
PORTNAME=	grip
8
PORTNAME=	grip
9
PORTVERSION=	3.1.3
9
PORTVERSION=	3.1.4
10
CATEGORIES=	audio
10
CATEGORIES=	audio
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 14-23 Link Here
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	GTK front-end to external cd rippers and mp3 encoders
15
COMMENT=	GTK front-end to external cd rippers and mp3 encoders
16
16
17
LIB_DEPENDS=	id3-3.8.3:${PORTSDIR}/audio/id3lib \
17
LIB_DEPENDS=	id3-3.8.2:${PORTSDIR}/audio/id3lib \
18
		ghttp.1:${PORTSDIR}/www/libghttp
18
		ghttp.1:${PORTSDIR}/www/libghttp
19
19
20
USE_REINPLACE=	yes
21
USE_X_PREFIX=	yes
20
USE_X_PREFIX=	yes
22
USE_GNOME=	gnomehack gnomeprefix gnometarget libgnomeui vte
21
USE_GNOME=	gnomehack gnomeprefix gnometarget libgnomeui vte
23
USE_GMAKE=	yes
22
USE_GMAKE=	yes
Lines 30-38 Link Here
30
.else
29
.else
31
CONFIGURE_ARGS+=	--disable-cdpar
30
CONFIGURE_ARGS+=	--disable-cdpar
32
.endif
31
.endif
33
34
post-patch:
35
	@${REINPLACE_CMD} -e \
36
		's|helpdir)/images|helpdir)|g' ${WRKSRC}/doc/C/Makefile.in
37
32
38
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)audio/grip/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (grip-3.1.3.tar.gz) = 9fcdde620a951cddac7ce07f9f91f9bb
1
MD5 (grip-3.1.4.tar.gz) = 20929c3c832dbbf784685d39b3114bf9

Return to bug 60924