c9d3bb1b04
bump.
54 lines
1.3 KiB
Makefile
54 lines
1.3 KiB
Makefile
# $OpenBSD: Makefile,v 1.52 2015/06/22 16:58:58 kirby Exp $
|
|
|
|
COMMENT-main= color, low memory usage, xterm replacement
|
|
COMMENT-clock= analog clock for X11 w/appoint. reminder and mail notify
|
|
|
|
VER= 2.7.10
|
|
DISTNAME= rxvt-${VER}
|
|
PKGNAME-main= rxvt-${VER}
|
|
REVISION-main= 10
|
|
PKGNAME-clock= rclock-${VER}
|
|
REVISION-clock= 3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rxvt/} \
|
|
ftp://ftp.fu-berlin.de/unix/X11/terms/rxvt/ \
|
|
ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/rxvt/ \
|
|
ftp://ftp.rxvt.org/pub/rxvt/
|
|
|
|
HOMEPAGE= http://www.rxvt.org/
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS-main = devel/desktop-file-utils
|
|
|
|
WANTLIB= X11 Xpm c
|
|
WANTLIB-main= ${WANTLIB} Xau Xdmcp pthread-stubs xcb
|
|
|
|
MULTI_PACKAGES= -main -clock
|
|
|
|
LIBTOOL_FLAGS= --tag=disable-shared
|
|
USE_GROFF = Yes
|
|
CONFIGURE_STYLE= gnu
|
|
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/autoconf
|
|
CONFIGURE_ARGS= --enable-utmp \
|
|
--enable-wtmp \
|
|
--with-xpm \
|
|
--enable-xpm-background \
|
|
--enable-transparency \
|
|
--enable-xgetdefault \
|
|
--enable-xim \
|
|
--enable-mousewheel \
|
|
--enable-languages \
|
|
--enable-menubar \
|
|
--enable-rxvt-scroll \
|
|
--with-encoding=noenc
|
|
|
|
NO_TEST= Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/applications
|
|
${INSTALL_DATA} ${FILESDIR}/rxvt.desktop ${PREFIX}/share/applications
|
|
|
|
.include <bsd.port.mk>
|