openbsd-ports/x11/rxvt-unicode/Makefile
dcoppa d6ddf4f2a2 CONFIGURE_STYLE=autoconf is not needed anymore, switch to
CONFIGURE_STYLE=gnu. No bump required.

OK jasper@
2010-12-01 09:22:49 +00:00

34 lines
791 B
Makefile

# $OpenBSD: Makefile,v 1.8 2010/12/01 09:22:49 dcoppa Exp $
COMMENT = clone of rxvt with Unicode and Xft support
DISTNAME = rxvt-unicode-9.09
REVISION = 0
CATEGORIES = x11
EXTRACT_SUFX = .tar.bz2
MASTER_SITES = http://dist.schmorp.de/rxvt-unicode/
HOMEPAGE = http://software.schmorp.de/pkg/rxvt-unicode.html
MAINTAINER = LEVAI Daniel <leva@ecentrum.hu>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = X11 Xau Xdmcp Xft Xrender c expat fontconfig \
freetype m perl pthread-stubs util xcb z
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --enable-256-color \
--enable-perl \
--with-term=rxvt-256color \
--disable-afterimage
# missing locale support
CONFIGURE_ARGS += --disable-xim
.include <bsd.port.mk>