# New ports collection Makefile for: rxvt # Date created: 5th December 1994 # Whom: gpalmer@FreeBSD.org # # $FreeBSD$ # # If possible, please consider updating the simple ports/x11-clocks/rclock # (and maybe ports/chinese/rxvt) when you upgrade rxvt. These ports all use # the same distfile. PORTNAME= rxvt PORTVERSION= 2.6.3 CATEGORIES= x11 MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \ ftp://mason.primenet.com.au/pub/rxvt/ \ ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/rxvt/ \ ftp://ftp.fu-berlin.de/unix/X11/terms/rxvt/ MAINTAINER= lioux@FreeBSD.org USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-utmp --enable-wtmp \ --with-xpm --enable-xpm-background --enable-transparency USE_BZIP2= yes MAN1= rxvt.1 # enable big5 support .if defined(WITH_BIG5) CONFIGURE_ARGS+= --enable-big5 .endif # WITH_BIG5 # # enable gb support .if defined(WITH_GB) CONFIGURE_ARGS+= --enable-gb .endif # WITH_GB # # enable greek keyboard support .if defined(WITH_GREEK_KEYBOARD) CONFIGURE_ARGS+= --enable-greek .endif # WITH_GREEK_KEYBOARD # # enable kanji support .if defined(WITH_KANJI) CONFIGURE_ARGS+= --enable-kanji .endif # WITH_KANJI # # enable menubar .if defined(WITH_MENUBAR) CONFIGURE_ARGS+= --enable-menubar .endif # WITH_MENUBAR # # XIM (X Input Method) protocol support .if defined(WITH_XIM) CONFIGURE_ARGS+= --enable-xim .endif # WITH_XIM # # enable Xterm style scrollbar .if defined(WITH_XTERM_SCROLLBAR) CONFIGURE_ARGS+= --enable-xterm-scroll .endif # WITH_XTERM_SCROLLBAR # post-install: @${CHMOD} 4711 ${PREFIX}/bin/rxvt .include devel/electron4/files/bl-1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/rblibtorrent-devel
Commit message (Expand)AuthorAgeFilesLines
* - Update to 1.3.3miwi2009-05-235-32/+109
* - Remove uneeded patchmiwi2009-04-211-14/+0
* - Fix build with new boostmiwi2009-04-2119-8/+468
* - Fix building with boost 1.37lwhsu2009-04-073-200/+18
* - Remove boost compatibility patch, is not needed anymore after latest updateamdmi32009-03-251-10/+0
* - Fix build with upcoming boost 1.37.1amdmi32009-03-241-0/+10
* - Update to version 0.14.2miwi2009-03-245-162/+211
* - Drop maintainership of the following ports:alepulver2009-02-281-1/+1
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-071-7/+1
* - Update to version 0.13svn.r2335.alepulver2008-06-243-140/+139
* - Update to version 0.13svn.r1912.alepulver2008-01-303-4/+6
* - Update to version 0.13svn.r1876.alepulver2008-01-043-7/+6
* - Update to version 0.13svn.r1806b.alepulver2007-12-123-4/+10
* - Mark as BROKEN on FreeBSD 5.x (does not build).alepulver2007-10-241-1/+7
* - Update to version 0.13svn.r1615.alepulver2007-10-025-19/+62
* - Remove USE_GCC=3.4 to fix building on FreeBSD 7.alepulver2007-07-241-1/+0
* - Bump boost shared library version to 4barner2007-07-041-1/+2
* - Add USE_GCC=3.4 since doesn't build with 4.x (seems a devel/boost problem).alepulver2007-06-052-0/+11
* - Update to version 0.12.alepulver2007-06-053-54/+6
* - Remove old patch file.alepulver2007-04-201-92/+0
* - Complete repocopy of net-p2p/rblibtorrent to net-p2p/rblibtorrent-devel andalepulver2007-04-186-37/+90
* - Fix location of pkgconfig filepav2006-12-013-4/+3
* - Remove mtree symlinks from plistpav2006-12-011-2/+0
* - Update to 0.11miwi2006-12-018-138/+78
* Updated from 0.9.1 to 0.10.itetcu2006-08-067-54/+281
* Fix configure patch to detect other boost libraries, so client_test isarved2006-04-162-0/+21