openbsd-ports/audio/scmpc/Makefile
ajacoutot 0bbbd35e32 register-plist did not catch the devel/glib2 -main -> empty change.
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00

34 lines
711 B
Makefile

# $OpenBSD: Makefile,v 1.20 2012/09/01 14:36:56 ajacoutot Exp $
COMMENT= client for MPD to submit tracks to Last.fm
CATEGORIES= audio
DISTNAME= scmpc-0.3.1
REVISION = 1
HOMEPAGE= http://cmende.github.com/scmpc/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += c confuse curl glib-2.0
MASTER_SITES= https://github.com/downloads/cmende/scmpc/
MODULES+= devel/gettext
CONFIGURE_STYLE= gnu
LIB_DEPENDS= devel/glib2 \
devel/libconfuse \
net/curl
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/scmpc/
${INSTALL_DATA} ${WRKSRC}/scmpc.conf.example \
${PREFIX}/share/examples/scmpc/
.include <bsd.port.mk>