openbsd-ports/audio/scmpc/Makefile
jasper 943bc4bae0 - it was wrong to have scmpc/ that only holds one file and patch the source
all over to deal with it. this moves /etc/scmpc/scmpc.conf to /etc/scmpc.conf

approving croaks from ajacoutot@ and landry@
2009-05-31 20:47:08 +00:00

39 lines
825 B
Makefile

# $OpenBSD: Makefile,v 1.10 2009/05/31 20:47:08 jasper Exp $
COMMENT= client for MPD to submit tracks to Last.fm
CATEGORIES= audio
DISTNAME= scmpc-0.2.2
PKGNAME= ${DISTNAME}p7
HOMEPAGE= http://scmpc.berlios.de/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c pthread
MASTER_SITES= ${MASTER_SITE_BERLIOS:=scmpc/}
EXTRACT_SUFX= .tar.bz2
MODULES= gcc3
MODGCC3_ARCHES= sparc
MODGCC3_LANGS= c
MODULES+= devel/gettext
CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include" \
CFLAGS="-I${LOCALBASE}/include"
LIB_DEPENDS= argtable2.>=1::devel/argtable \
confuse.>=0::devel/libconfuse \
daemon.>=2::devel/libdaemon \
curl.>=5::net/curl
USE_GMAKE= Yes
.include <bsd.port.mk>