openbsd-ports/net/dysnomia/Makefile
sthen cf88a4015e use REVISION, checked with before/after make show=PKGNAMES, and convert
a particularly ugly LIB_DEPENDS to new-style LIB_DEPENDS/1WANTLIB
2010-07-12 22:08:15 +00:00

33 lines
871 B
Makefile

# $OpenBSD: Makefile,v 1.3 2010/07/12 22:08:15 sthen Exp $
CATEGORIES = net audio www
COMMENT = interface to the deezer on-demand music system
HOMEPAGE = http://dysnomia-project.org/
MASTER_SITES = ${HOMEPAGE}
DISTNAME = dysnomia-en-0.3.4
REVISION= 0
EXTRACT_SUFX = .tgz
# GPLv2 or later
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
LIB_DEPENDS = ::x11/wxWidgets \
::net/curl
WANTLIB = c curl m pthread stdc++ wx_base wx_base_net wx_base_odbc \
wx_base_xml wx_gtk2_adv wx_gtk2_aui wx_gtk2_core wx_gtk2_dbgrid \
wx_gtk2_html wx_gtk2_qa wx_gtk2_xrc wx_gtk2_richtext
MAKE_FLAGS = \
LIBS="$(CXXFLAGS) `wx-config --libs` -L${LOCALBASE}/lib -lcurl" \
CXXFLAGS="`wx-config --cxxflags` $(CXXFLAGS) -Wall"
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/dysnomia ${PREFIX}/bin
.include <bsd.port.mk>