6fdaaaf2eb
Maintainer's ok
45 lines
1.1 KiB
Makefile
45 lines
1.1 KiB
Makefile
# $OpenBSD: Makefile,v 1.20 2012/08/29 14:45:36 dcoppa Exp $
|
|
|
|
COMMENT = clone of rxvt with Unicode and Xft support
|
|
|
|
DISTNAME = rxvt-unicode-9.15
|
|
REVISION = 1
|
|
CATEGORIES = x11
|
|
|
|
EXTRACT_SUFX = .tar.bz2
|
|
MASTER_SITES = http://dist.schmorp.de/rxvt-unicode/ \
|
|
http://dist.schmorp.de/rxvt-unicode/Attic/
|
|
|
|
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 ffi \
|
|
fontconfig freetype gdk_pixbuf-2.0 gio-2.0 \
|
|
glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 \
|
|
m pcre perl png pthread-stubs pthread \
|
|
startup-notification-1 util xcb z
|
|
|
|
MODULES = devel/gettext
|
|
|
|
LIB_DEPENDS = devel/startup-notification \
|
|
graphics/gdk-pixbuf2
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
CONFIGURE_ARGS = --enable-256-color \
|
|
--enable-perl \
|
|
--enable-pixbuf \
|
|
--enable-startup-notification \
|
|
--with-term=rxvt-256color \
|
|
--disable-afterimage
|
|
# missing locale support
|
|
CONFIGURE_ARGS += --disable-xim
|
|
|
|
.include <bsd.port.mk>
|