1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/multimedia/audiopreview/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

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>