openbsd-ports/audio/gnomad2/Makefile
sthen ad741e63bb new-style LIB_DEPENDS/REVISION, sync WANTLIB, bump where necessary.
checked with check-lib-depends and PLIST_DB "make package".
2010-09-05 22:00:13 +00:00

48 lines
1.3 KiB
Makefile

# $OpenBSD: Makefile,v 1.15 2010/09/05 22:00:13 sthen Exp $
COMMENT= GTK+ tool for managing Creative and Dell audio players
DISTNAME= gnomad2-2.9.0
REVISION= 4
CATEGORIES= audio
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
HOMEPAGE= http://gnomad2.sourceforge.net/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnomad2/}
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo dbus-1 expat
WANTLIB += fontconfig freetype gio-2.0 glib-2.0 glitz gmodule-2.0
WANTLIB += gobject-2.0 gthread-2.0 m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pixman-1 png pthread usb z
WANTLIB += pthread-stubs xcb id3tag njb tag_c mtp dbus-glib-1
WANTLIB += gdk_pixbuf-2.0 gdk-x11-2.0 gtk-x11-2.0
WANTLIB += xcb-render xcb-render-util
MODULES= devel/gettext \
textproc/intltool
LIB_DEPENDS= ::audio/libid3tag \
::audio/libnjb \
::audio/taglib \
::devel/libmtp \
::x11/dbus-glib \
::x11/gtk+2
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include"
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
.include <bsd.port.mk>