freebsd-ports/multimedia/audiopreview/Makefile
Jimmy Olgeni 168f57451a Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.

CR:		D306
Approved by:	portmgr (bapt)
2014-07-07 15:31:01 +00:00

22 lines
494 B
Makefile

# Created by: kevlo
# $FreeBSD$
PORTNAME= audiopreview
PORTVERSION= 0.6
PORTREVISION= 1
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= gmake pkgconfig
USE_GSTREAMER= core
USE_GNOME= intltool
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= -I${LOCALBASE}/include
PLIST_FILES= bin/audiopreview man/man1/audiopreview.1.gz
.include <bsd.port.mk>