41 lines
947 B
Makefile
41 lines
947 B
Makefile
# $OpenBSD: Makefile,v 1.12 2013/03/21 08:46:33 ajacoutot Exp $
|
|
|
|
COMMENT= command-line podcast downloader
|
|
|
|
DISTNAME= castget-1.0.1
|
|
REVISION= 2
|
|
SHARED_LIBS += castget 0.0 # .0.0
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://www.nongnu.org/castget
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH:=castget/}
|
|
|
|
MAINTAINER= Gleydson Soares <gsoares@trusted.com.br>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c crypto curl glib-2.0 id3 idn m pcre pthread ssl stdc++
|
|
WANTLIB += xml2 z
|
|
|
|
MODULES= devel/gettext
|
|
|
|
LIB_DEPENDS= audio/id3lib \
|
|
devel/glib2 \
|
|
net/curl \
|
|
textproc/libxml
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV= CPPFLAGS="-lm -I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
USE_GROFF = Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/castget
|
|
${INSTALL_DATA} ${WRKSRC}/castgetrc.example \
|
|
${PREFIX}/share/examples/castget
|
|
|
|
.include <bsd.port.mk>
|