mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
Add new port of nogger.
This commit is contained in:
parent
9b807f604f
commit
61ddaf79c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68950
6 changed files with 56 additions and 0 deletions
|
@ -161,6 +161,7 @@
|
||||||
SUBDIR += mziq
|
SUBDIR += mziq
|
||||||
SUBDIR += napster
|
SUBDIR += napster
|
||||||
SUBDIR += nas
|
SUBDIR += nas
|
||||||
|
SUBDIR += nogger
|
||||||
SUBDIR += normalize
|
SUBDIR += normalize
|
||||||
SUBDIR += nosefart
|
SUBDIR += nosefart
|
||||||
SUBDIR += nspmod
|
SUBDIR += nspmod
|
||||||
|
|
39
audio/nogger/Makefile
Normal file
39
audio/nogger/Makefile
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
# New ports collection makefile for: nogger
|
||||||
|
# Date created: 2002-10-27
|
||||||
|
# Whom: trevor
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= nogger
|
||||||
|
PORTVERSION= 0.8.2
|
||||||
|
CATEGORIES= audio
|
||||||
|
MASTER_SITES= http://www.efd.lth.se/~d00jkr/nogger/
|
||||||
|
|
||||||
|
MAINTAINER= trevor@FreeBSD.org
|
||||||
|
|
||||||
|
LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 \
|
||||||
|
vorbis.2:${PORTSDIR}/audio/libvorbis
|
||||||
|
|
||||||
|
PLIST= ${WRKDIR}/plist
|
||||||
|
USE_GMAKE= y
|
||||||
|
ALL_TARGET= nogger
|
||||||
|
|
||||||
|
pre-install:
|
||||||
|
${ECHO_CMD} bin/nogger > ${PLIST}
|
||||||
|
.ifndef(NOPORTDOCS)
|
||||||
|
.for ii in COPYING README Thanks
|
||||||
|
${ECHO_CMD} share/doc/nogger/${ii} ${DOCSDIR}
|
||||||
|
.endfor
|
||||||
|
.endif
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${INSTALL_PROGRAM} ${WRKSRC}/nogger ${PREFIX}/bin
|
||||||
|
.ifndef(NOPORTDOCS)
|
||||||
|
${MKDIR} ${DOCSDIR}
|
||||||
|
.for ii in COPYING README Thanks
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/${ii} ${DOCSDIR}
|
||||||
|
.endfor
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
audio/nogger/distinfo
Normal file
1
audio/nogger/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (nogger-0.8.2.tar.gz) = cc300875f84fb36646b0faa31f263c31
|
10
audio/nogger/files/patch-Makefile
Normal file
10
audio/nogger/files/patch-Makefile
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- Makefile.orig Mon Oct 14 06:54:50 2002
|
||||||
|
+++ Makefile Sun Oct 27 12:33:42 2002
|
||||||
|
@@ -2,7 +2,6 @@
|
||||||
|
NAME = nogger
|
||||||
|
VERSION = 0.8.2
|
||||||
|
DESTDIR = /usr
|
||||||
|
-CC? = gcc
|
||||||
|
CFLAGS += `pkg-config --cflags gtk+-2.0` -D_VERSION=\"$(VERSION)\" \
|
||||||
|
-Wall -g
|
||||||
|
LDFLAGS = `pkg-config --libs gtk+-2.0 --libs gthread-2.0` -lvorbis \
|
1
audio/nogger/pkg-comment
Normal file
1
audio/nogger/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
No-frills, GTK-based Ogg Vorbis player
|
4
audio/nogger/pkg-descr
Normal file
4
audio/nogger/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
Nogger is a no-frills, GTK-based Ogg Vorbis player. It only works
|
||||||
|
with files, not streams.
|
||||||
|
|
||||||
|
WWW: http://www.efd.lth.se/~d00jkr/nogger/nogger.txt
|
Loading…
Add table
Reference in a new issue