mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
f83c7639aa
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
23 lines
501 B
Makefile
23 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>
|