openbsd-ports/x11/rxvt/Makefile

55 lines
1.3 KiB
Makefile
Raw Normal View History

2010-10-24 16:58:58 -04:00
# $OpenBSD: Makefile,v 1.44 2010/10/24 21:15:34 ajacoutot Exp $
2001-04-07 15:34:46 -04:00
COMMENT-main= color, low memory usage, xterm replacement
COMMENT-clock= analog clock for X11 w/appoint. reminder and mail notif
1998-05-19 01:59:50 -04:00
2004-06-17 02:39:03 -04:00
VER= 2.7.10
DISTNAME= rxvt-${VER}
PKGNAME-main= rxvt-${VER}
REVISION-main= 5
PKGNAME-clock= rclock-${VER}
REVISION-clock= 1
1999-08-21 12:23:56 -04:00
CATEGORIES= x11
2006-07-14 01:20:45 -04:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rxvt/} \
ftp://ftp.fu-berlin.de/unix/X11/terms/rxvt/ \
2001-11-01 16:34:13 -05:00
ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/rxvt/ \
2006-07-14 01:20:45 -04:00
ftp://ftp.rxvt.org/pub/rxvt/
1998-05-19 01:59:50 -04:00
HOMEPAGE= http://www.rxvt.org/
2002-11-27 02:50:28 -05:00
MAINTAINER= Jason Ish <ish@openbsd.org>
1998-05-19 01:59:50 -04:00
# GPLv2+
2009-06-19 19:41:01 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-19 12:36:31 -05:00
WANTLIB= X11 Xpm c
WANTLIB-main= ${WANTLIB} Xau Xdmcp pthread-stubs xcb
2000-02-23 00:02:31 -05:00
2006-11-21 16:04:56 -05:00
MULTI_PACKAGES= -main -clock
USE_LIBTOOL= Yes
LIBTOOL_FLAGS= --tag=disable-shared
2010-10-19 04:13:56 -04:00
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 \
2004-06-17 02:39:03 -04:00
--enable-ttygid \
--enable-languages \
--enable-menubar \
--enable-rxvt-scroll \
--with-encoding=noenc
2001-11-01 16:34:13 -05:00
NO_REGRESS= Yes
2001-10-31 15:43:59 -05:00
1998-05-19 01:59:50 -04:00
.include <bsd.port.mk>