openbsd-ports/productivity/homebank/Makefile

49 lines
1.2 KiB
Makefile
Raw Normal View History

2010-10-24 16:58:58 -04:00
# $OpenBSD: Makefile,v 1.14 2010/10/24 21:33:27 ajacoutot Exp $
COMMENT = personal accounting application
2010-07-08 12:08:33 -04:00
DISTNAME = homebank-4.3
2010-10-11 04:11:24 -04:00
REVISION = 1
CATEGORIES = productivity x11
HOMEPAGE = http://homebank.free.fr
MAINTAINER = Pierre-Emmanuel Andre <pea@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${HOMEPAGE}/public/ \
${HOMEPAGE}/public/old/
MODULES = devel/gettext \
textproc/intltool
WANTLIB = X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
Xi Xinerama Xrandr Xrender c expat fontconfig freetype \
2010-10-11 04:11:24 -04:00
png pango-1.0 pangocairo-1.0 pangoft2-1.0 atk-1.0 \
2010-03-29 07:27:57 -04:00
glib-2.0 gmodule-2.0 gobject-2.0 cairo m z \
2010-04-28 11:18:01 -04:00
pixman-1 gio-2.0 pthread-stubs xcb osp pthread gthread-2.0 \
xcb-render xcb-render-util gdk_pixbuf-2.0
LIB_DEPENDS = gdk-x11-2.0,gtk-x11-2.0::x11/gtk+2 \
ofx.>=3::devel/libofx
2009-11-10 15:36:21 -05:00
RUN_DEPENDS = :desktop-file-utils-*:devel/desktop-file-utils \
:shared-mime-info-*:misc/shared-mime-info
USE_GMAKE = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = LDFLAGS="-L${LOCALBASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include"
2010-03-29 07:27:57 -04:00
post-extract:
@cd ${WRKSRC} && chmod +x install-sh
.include <bsd.port.mk>