openbsd-ports/x11/gbdfed/Makefile

43 lines
1.0 KiB
Makefile
Raw Normal View History

2011-09-16 08:29:12 -04:00
# $OpenBSD: Makefile,v 1.15 2011/09/16 12:29:13 espie Exp $
COMMENT= GTK-based BDF font editor
DISTNAME= gbdfed-1.6
2011-09-16 08:29:12 -04:00
REVISION= 1
2011-07-20 16:42:13 -04:00
CATEGORIES= x11 fonts
2008-06-08 12:04:18 -04:00
HOMEPAGE= http://www.math.nmsu.edu/~mleisher/Software/gbdfed/
# BSD
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
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 += gthread-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pixman-1 png pthread pthread-stubs xcb xcb-render xcb-render-util
2010-07-30 07:29:44 -04:00
WANTLIB += z gdk-x11-2.0 gdk_pixbuf-2.0 gtk-x11-2.0
2007-11-05 14:43:10 -05:00
2008-06-08 12:04:18 -04:00
MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= .tbz2
2010-10-19 04:13:56 -04:00
USE_GROFF = Yes
2007-11-05 14:43:10 -05:00
MODULES= devel/gettext
2010-11-22 03:36:47 -05:00
LIB_DEPENDS= x11/gtk+2
2007-11-05 14:43:10 -05:00
CONFIGURE_STYLE=gnu
# leakage from bsd.own.mk
MAKE_ENV= STATIC=""
NO_REGRESS= Yes
2008-06-08 12:04:18 -04:00
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/gbdfed ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/gbdfed.man ${PREFIX}/man/man1/gbdfed.1
.include <bsd.port.mk>