openbsd-ports/x11/gxmessage/Makefile

41 lines
1.1 KiB
Makefile
Raw Normal View History

2010-10-11 04:11:24 -04:00
# $OpenBSD: Makefile,v 1.13 2010/10/11 08:19:58 jasper Exp $
COMMENT= GTK+2 based xmessage(1) clone
2010-03-21 06:48:05 -04:00
DISTNAME= gxmessage-2.12.4
2010-10-11 04:11:24 -04:00
REVISION= 0
CATEGORIES= x11
HOMEPAGE= http://homepages.ihug.co.nz/~trmusson/programs.html\#gxmessage
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://homepages.ihug.co.nz/~trmusson/stuff/
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
2010-10-11 04:11:24 -04:00
WANTLIB += freetype gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png
2010-07-30 08:03:08 -04:00
WANTLIB += z pthread-stubs xcb gdk-x11-2.0 gtk-x11-2.0 gdk_pixbuf-2.0
MODULES= devel/gettext \
textproc/intltool
2010-07-30 08:03:08 -04:00
LIB_DEPENDS= ::x11/gtk+2
USE_X11= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gxmessage
${INSTALL_DATA} ${WRKSRC}/examples/* \
${PREFIX}/share/examples/gxmessage
.include <bsd.port.mk>