mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add grip version 2.94.
GTK-based front-end to external cd audio rippers and mp3 encoders. PR: 19167 Submitted by: Kelly Yancey <kbyanc@posi.net>
This commit is contained in:
parent
7946475a30
commit
3a28a2cc4a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30402
24
audio/grip/Makefile
Normal file
24
audio/grip/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: grip
|
||||
# Date created: 31 May 2000
|
||||
# Whom: kbyanc@posi.net
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= grip
|
||||
PORTVERSION= 2.94
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.nostatic.org/grip/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ports@freebsd.org
|
||||
|
||||
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
||||
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET= gripnopar
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/grip ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
1
audio/grip/distinfo
Normal file
1
audio/grip/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (grip-2.94.tgz) = d963bd0dc3fac92aaa5df80db8a3a9fd
|
41
audio/grip/files/patch-aa
Normal file
41
audio/grip/files/patch-aa
Normal file
@ -0,0 +1,41 @@
|
||||
--- Makefile.orig Tue Apr 18 08:37:44 2000
|
||||
+++ Makefile Fri May 5 23:55:16 2000
|
||||
@@ -4,24 +4,24 @@
|
||||
OS=$(shell uname -s)
|
||||
|
||||
# Compiler
|
||||
-CC= gcc
|
||||
+CC?= gcc
|
||||
|
||||
# Install prefix
|
||||
-PREFIX=/usr
|
||||
+PREFIX?=/usr/local
|
||||
|
||||
# Installation directory -- where the binary will go
|
||||
INSTALLDIR= $(PREFIX)/bin
|
||||
|
||||
# Location to store auxilliary files
|
||||
-AUXDIR= $(PREFIX)/lib/grip
|
||||
+AUXDIR= $(PREFIX)/lib
|
||||
|
||||
|
||||
# Compiler flags
|
||||
-CFLAGS= -Wall `gtk-config --cflags` -DAUXDIR=\"$(AUXDIR)\" \
|
||||
+CFLAGS= -Wall `gtk12-config --cflags` -DAUXDIR=\"$(AUXDIR)\" \
|
||||
-DINSTALLDIR=\"$(INSTALLDIR)\" -D_REENTRANT
|
||||
|
||||
# Link libraries
|
||||
-LIBS= `gtk-config --libs`
|
||||
+LIBS= `gtk12-config --libs`
|
||||
ifeq ($(OS), Linux)
|
||||
LIBS+= -lpthread
|
||||
endif
|
||||
@@ -34,7 +34,7 @@
|
||||
# This is needed for "make install"
|
||||
OWNER = root
|
||||
GROUP = root
|
||||
-INSTALL = /usr/bin/install -o $(OWNER) -g $(GROUP)
|
||||
+INSTALL ?= /usr/bin/install -o $(OWNER) -g $(GROUP)
|
||||
|
||||
|
||||
# ----------- You shouldn't need to make changes below here. -------------
|
1
audio/grip/pkg-comment
Normal file
1
audio/grip/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
GTK-based front-end to external cd audio rippers and mp3 encoders
|
8
audio/grip/pkg-descr
Normal file
8
audio/grip/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
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.
|
||||
|
||||
WWW: http://www.nostatic.org/grip
|
1
audio/grip/pkg-plist
Normal file
1
audio/grip/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/grip
|
Loading…
Reference in New Issue
Block a user