168f57451a
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)
22 lines
494 B
Makefile
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>
|