f83c7639aa
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
22 lines
501 B
Makefile
22 lines
501 B
Makefile
# Created by: kevlo
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= audiopreview
|
|
PORTVERSION= 0.6
|
|
PORTREVISION= 2
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://audiopreview.codealpha.net/files/
|
|
|
|
MAINTAINER= kevlo@FreeBSD.org
|
|
COMMENT= Command-line tool to play previews of audio and video files
|
|
|
|
USES= gettext gmake pkgconfig
|
|
USE_GSTREAMER= core
|
|
USE_GNOME= intltool
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
|
|
PLIST_FILES= bin/audiopreview man/man1/audiopreview.1.gz
|
|
|
|
.include <bsd.port.mk>
|