285dab2183
Suggestions and oks from okan and bernd.
49 lines
1.4 KiB
Makefile
49 lines
1.4 KiB
Makefile
# $OpenBSD: Makefile,v 1.27 2007/12/31 18:35:42 ckuethe Exp $
|
|
|
|
COMMENT= GTK+2 program to synchronize an Apple iPod
|
|
DISTNAME= gtkpod-0.99.12
|
|
CATEGORIES= audio x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkpod/}
|
|
|
|
HOMEPAGE= http://www.gtkpod.org/
|
|
|
|
MAINTAINER= Chris Kuethe <ckuethe@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
USE_X11= Yes
|
|
USE_GMAKE= Yes
|
|
|
|
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
|
|
LIB_DEPENDS= id3tag.>=2::audio/libid3tag \
|
|
gpod.>=600.0::audio/libgpod \
|
|
gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
|
|
glade-2.0.>=0.4::devel/libglade2 \
|
|
art_lgpl_2.>=5::graphics/libart \
|
|
curl.::net/curl \
|
|
gnomevfs-2::x11/gnome/vfs2 \
|
|
gconf-2.>=5::devel/gconf2 \
|
|
gnomecanvas-2::x11/gnome/libgnomecanvas \
|
|
ORBit-2.>=2::devel/ORBit2
|
|
|
|
WANTLIB= X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender \
|
|
Xcomposite Xdamage c cairo expat fontconfig freetype m \
|
|
pthread z gailutil \
|
|
xml2 glitz png glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 \
|
|
pango-1.0 pangoft2-1.0 pangocairo-1.0 atk-1.0 art_lgpl_2
|
|
|
|
MODULES= devel/gettext
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS+=--without-hal
|
|
# trampolines needed for display_playlists.c
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
|
|
CFLAGS="${CFLAGS} -ftrampolines" \
|
|
CPPFLAGS="-I${LOCALBASE}/include"
|
|
|
|
.include <bsd.port.mk>
|