blob: afc3e47b91e2acd1c9a94c565efada3cac9b8f0a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
PORTNAME= pms
PORTVERSION= 0.42
PORTREVISION= 14
CATEGORIES= audio
MASTER_SITES= SF
MAINTAINER= riggs@FreeBSD.org
COMMENT= ncurses-based client for the Music Player Daemon
WWW= http://pms.sourceforge.net/
LICENSE= GPLv3
USES= gettext gnome ncurses pkgconfig tar:bzip2
GNU_CONFIGURE= yes
USE_GNOME= glib20
PLIST_FILES= bin/${PORTNAME} \
man/man1/pms.1.gz
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= REGEX
REGEX_DESC= Support boost regex pattern matching
REGEX_LIB_DEPENDS= libboost_regex.so:devel/boost-libs
REGEX_CONFIGURE_ENABLE= regex
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
|