2012-08-29 10:45:36 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.20 2012/08/29 14:45:36 dcoppa Exp $
|
2010-05-03 12:35:20 -04:00
|
|
|
|
|
|
|
COMMENT = clone of rxvt with Unicode and Xft support
|
|
|
|
|
2012-01-23 03:10:40 -05:00
|
|
|
DISTNAME = rxvt-unicode-9.15
|
2012-08-29 10:45:36 -04:00
|
|
|
REVISION = 1
|
2010-05-03 12:35:20 -04:00
|
|
|
CATEGORIES = x11
|
|
|
|
|
|
|
|
EXTRACT_SUFX = .tar.bz2
|
2011-07-05 11:08:49 -04:00
|
|
|
MASTER_SITES = http://dist.schmorp.de/rxvt-unicode/ \
|
|
|
|
http://dist.schmorp.de/rxvt-unicode/Attic/
|
2010-05-03 12:35:20 -04:00
|
|
|
|
|
|
|
HOMEPAGE = http://software.schmorp.de/pkg/rxvt-unicode.html
|
|
|
|
|
2010-11-25 08:19:35 -05:00
|
|
|
MAINTAINER = LEVAI Daniel <leva@ecentrum.hu>
|
2010-05-03 12:35:20 -04:00
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
2011-12-22 06:29:33 -05:00
|
|
|
WANTLIB = X11 Xau Xdmcp Xft Xrender c expat ffi \
|
|
|
|
fontconfig freetype gdk_pixbuf-2.0 gio-2.0 \
|
|
|
|
glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 \
|
2012-04-16 14:08:09 -04:00
|
|
|
m pcre perl png pthread-stubs pthread \
|
|
|
|
startup-notification-1 util xcb z
|
2011-05-25 03:53:07 -04:00
|
|
|
|
|
|
|
MODULES = devel/gettext
|
|
|
|
|
2012-04-16 14:08:09 -04:00
|
|
|
LIB_DEPENDS = devel/startup-notification \
|
|
|
|
graphics/gdk-pixbuf2
|
2010-05-03 12:35:20 -04:00
|
|
|
|
2010-12-01 04:22:49 -05:00
|
|
|
CONFIGURE_STYLE = gnu
|
2010-11-25 08:19:35 -05:00
|
|
|
CONFIGURE_ARGS = --enable-256-color \
|
|
|
|
--enable-perl \
|
2011-05-25 03:53:07 -04:00
|
|
|
--enable-pixbuf \
|
2012-04-16 14:08:09 -04:00
|
|
|
--enable-startup-notification \
|
2011-10-17 07:45:43 -04:00
|
|
|
--with-term=rxvt-256color \
|
2012-04-16 14:08:09 -04:00
|
|
|
--disable-afterimage
|
2010-05-03 12:35:20 -04:00
|
|
|
# missing locale support
|
|
|
|
CONFIGURE_ARGS += --disable-xim
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|