2016-09-01 10:53:26 +00:00

47 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.38 2016/09/01 10:53:27 jasper Exp $
COMMENT = clone of rxvt with Unicode and Xft support
DISTNAME = rxvt-unicode-9.22
REVISION = 2
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 = David Coppa <dcoppa@openbsd.org>
# GPLv3
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += X11 Xft Xmu Xrender Xt c fontconfig freetype gdk_pixbuf-2.0
WANTLIB += glib-2.0 gobject-2.0 intl m perl pthread startup-notification-1
WANTLIB += z
LIB_DEPENDS = devel/gettext \
devel/startup-notification \
graphics/gdk-pixbuf2
FAKE_FLAGS = INSTALL_DATA="${INSTALL_DATA}" \
INSTALL_PROGRAM="${INSTALL_PROGRAM}"
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --enable-256-color \
--enable-perl \
--enable-pixbuf \
--enable-startup-notification \
--enable-unicode3 \
--enable-utmp \
--enable-wtmp
CONFIGURE_ENV += CPPFLAGS="-I${X11BASE}/include" \
pt_cv_tty_group=yes
.if ${MACHINE_ARCH} == "arm"
CXXFLAGS += -DEV_NO_SMP
.endif
.include <bsd.port.mk>