54d520668d
Fix wantlib ok jasper@
53 lines
1.4 KiB
Makefile
53 lines
1.4 KiB
Makefile
# $OpenBSD: Makefile,v 1.12 2010/04/28 11:19:15 pea Exp $
|
|
|
|
COMMENT= handy personal organizer
|
|
|
|
DISTNAME= osmo-0.2.8
|
|
PKGNAME= ${DISTNAME}p0
|
|
CATEGORIES= productivity
|
|
|
|
HOMEPAGE= http://clayo.org/osmo/
|
|
|
|
MAINTAINER= Pierre-Emmanuel Andre <pea@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
|
Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat \
|
|
fontconfig freetype glib-2.0 glitz gmodule-2.0 \
|
|
gobject-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
|
|
pixman-1 png pthread z dbus-1 dbus-glib-1 gio-2.0 \
|
|
pthread-stubs xcb gthread-2.0 xcb-render xcb-render-util
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=osmo-pim/}
|
|
|
|
MODULES= devel/gettext
|
|
|
|
LIB_DEPENDS= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
|
|
xml2.>=9::textproc/libxml \
|
|
ical,icalss,icalvcal::textproc/libical \
|
|
gringotts::security/libgringotts \
|
|
notify.>=2::devel/libnotify \
|
|
gtkspell.>=1::textproc/gtkspell
|
|
|
|
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
|
|
|
|
USE_X11= Yes
|
|
USE_GMAKE= Yes
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
BUILD_CFLAGS="${CFLAGS}"
|
|
CONFIGURE_ARGS= --without-libsyncml
|
|
CFLAGS+= -I${LOCALBASE}/include/libical/
|
|
|
|
pre-configure:
|
|
${SUBST_CMD} ${WRKSRC}/po/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|