2012-12-28 07:12:38 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.21 2012/12/28 12:12:38 sthen Exp $
|
2010-05-03 12:35:20 -04:00
|
|
|
|
|
|
|
COMMENT = clone of rxvt with Unicode and Xft support
|
|
|
|
|
2012-12-28 07:12:38 -05:00
|
|
|
DISTNAME = rxvt-unicode-9.16
|
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
|
|
|
|
|
2012-12-28 07:12:38 -05: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 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
|
2012-12-28 07:12:38 -05:00
|
|
|
CONFIGURE_ARGS = --enable-utmp \
|
|
|
|
--enable-wtmp \
|
|
|
|
--enable-256-color \
|
2010-11-25 08:19:35 -05:00
|
|
|
--enable-perl \
|
2011-05-25 03:53:07 -04:00
|
|
|
--enable-pixbuf \
|
2012-04-16 14:08:09 -04:00
|
|
|
--enable-startup-notification \
|
2012-12-28 07:12:38 -05:00
|
|
|
--with-term=rxvt-256color
|
|
|
|
|
2010-05-03 12:35:20 -04:00
|
|
|
# missing locale support
|
|
|
|
CONFIGURE_ARGS += --disable-xim
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|