0bbbd35e32
espie asked me in such a nice way to fix this that I'm bumping all ports that have a direct dependency on glib2.
34 lines
711 B
Makefile
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>
|