mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
43 lines
835 B
Makefile
43 lines
835 B
Makefile
# New ports collection makefile for: nogger
|
|
# Date created: 2002-10-27
|
|
# Whom: trevor
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nogger
|
|
PORTVERSION= 0.8.6
|
|
PORTREVISION= 7
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.bsd-geek.de/FreeBSD/distfiles/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= No-frills, GTK-based Ogg Vorbis player
|
|
|
|
LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis
|
|
|
|
USE_GNOME= gtk20
|
|
|
|
IGNORE= just makes a humming noise
|
|
|
|
PLIST_FILES= bin/nogger
|
|
.ifndef(NOPORTDOCS)
|
|
.for ii in COPYING README Thanks
|
|
PLIST_FILES+= share/doc/nogger/${ii}
|
|
.endfor
|
|
PLIST_DIRS= share/doc/nogger
|
|
.endif
|
|
USE_GMAKE= yes
|
|
ALL_TARGET= nogger
|
|
|
|
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>
|