2013-01-18 11:55:27 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.24 2013/01/18 11:55:27 dcoppa Exp $
|
2010-05-03 16:35:20 +00:00
|
|
|
|
|
|
|
COMMENT = clone of rxvt with Unicode and Xft support
|
|
|
|
|
2012-12-28 12:12:38 +00:00
|
|
|
DISTNAME = rxvt-unicode-9.16
|
2013-01-18 11:55:27 +00:00
|
|
|
REVISION = 2
|
2010-05-03 16:35:20 +00:00
|
|
|
CATEGORIES = x11
|
|
|
|
|
|
|
|
EXTRACT_SUFX = .tar.bz2
|
2011-07-05 15:08:49 +00:00
|
|
|
MASTER_SITES = http://dist.schmorp.de/rxvt-unicode/ \
|
|
|
|
http://dist.schmorp.de/rxvt-unicode/Attic/
|
2010-05-03 16:35:20 +00:00
|
|
|
|
|
|
|
HOMEPAGE = http://software.schmorp.de/pkg/rxvt-unicode.html
|
|
|
|
|
2013-01-07 08:08:39 +00:00
|
|
|
MAINTAINER = David Coppa <dcoppa@openbsd.org>
|
2010-05-03 16:35:20 +00:00
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
2012-12-28 12:12:38 +00:00
|
|
|
WANTLIB = X11 Xft Xrender c expat fontconfig freetype \
|
|
|
|
gdk_pixbuf-2.0 glib-2.0 gobject-2.0 m perl \
|
|
|
|
pthread startup-notification-1 util z
|
2011-05-25 07:53:07 +00:00
|
|
|
|
|
|
|
MODULES = devel/gettext
|
|
|
|
|
2012-04-16 18:08:09 +00:00
|
|
|
LIB_DEPENDS = devel/startup-notification \
|
|
|
|
graphics/gdk-pixbuf2
|
2010-05-03 16:35:20 +00:00
|
|
|
|
2010-12-01 09:22:49 +00:00
|
|
|
CONFIGURE_STYLE = gnu
|
2012-12-29 13:55:35 +00:00
|
|
|
CONFIGURE_ARGS = --enable-256-color \
|
2010-11-25 13:19:35 +00:00
|
|
|
--enable-perl \
|
2011-05-25 07:53:07 +00:00
|
|
|
--enable-pixbuf \
|
2012-04-16 18:08:09 +00:00
|
|
|
--enable-startup-notification \
|
2013-01-07 08:08:39 +00:00
|
|
|
--enable-utmp \
|
2013-01-18 11:55:27 +00:00
|
|
|
--enable-wtmp
|
2013-01-07 08:08:39 +00:00
|
|
|
CONFIGURE_ENV += pt_cv_tty_group=yes
|
2012-12-28 12:12:38 +00:00
|
|
|
|
2010-05-03 16:35:20 +00:00
|
|
|
# missing locale support
|
|
|
|
CONFIGURE_ARGS += --disable-xim
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|