1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/audio/pms/Makefile

31 lines
615 B
Makefile
Raw Normal View History

# New ports collection makefile for: pms
# Date created: 2010-05-13
# Whom: Ashish SHUKLA <wahjava@gmail.com>
#
# $FreeBSD$
#
PORTNAME= pms
PORTVERSION= 0.42
CATEGORIES= audio
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTVERSION}
MAINTAINER= ashish@FreeBSD.org
COMMENT= A ncurses-based client for the Music Player Daemon
LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GNOME= glib20
USE_PKGCONFIG= build
MAN1= ${PORTNAME}.1
PLIST_FILES= bin/${PORTNAME}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>