diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-10-13 02:39:55 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-10-13 02:39:55 +0000 |
commit | 386eb206365b731bb037fbca1f1ccc29ba5de70d (patch) | |
tree | 36c5f8449f3f52251174855ef0136de252ce65c8 /chinese/rxvt | |
parent | Upgrade to 3.13, and add DEPENDS to p5-HTML-Tagset. (diff) |
Sync with x11/rxvt.
Diffstat (limited to 'chinese/rxvt')
-rw-r--r-- | chinese/rxvt/Makefile | 14 | ||||
-rw-r--r-- | chinese/rxvt/distinfo | 1 |
2 files changed, 12 insertions, 3 deletions
diff --git a/chinese/rxvt/Makefile b/chinese/rxvt/Makefile index 54f8071196e7..c35ca9e6e987 100644 --- a/chinese/rxvt/Makefile +++ b/chinese/rxvt/Makefile @@ -7,11 +7,19 @@ PORTNAME= rxvt PORTVERSION= 2.7.3 +PORTREVISION= 1 CATEGORIES= chinese 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/ \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= X11/terms +DISTNAME= rxvt-${PORTVERSION} + +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= rxvt-2.7.3.patch1.gz +PATCH_DIST_STRIP+= -p1 MAINTAINER= frankch@waru.life.nthu.edu.tw @@ -19,10 +27,10 @@ USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes USE_BZIP2= yes -MAN1= crxvt.1 - -CONFIGURE_ARGS+=--enable-xpm-background --enable-transparency \ +CONFIGURE_ARGS= --enable-xpm-background --enable-transparency \ --enable-menubar --enable-graphics --enable-xim \ --enable-languages --with-encoding=big5 +MAN1= crxvt.1 + .include <bsd.port.mk> diff --git a/chinese/rxvt/distinfo b/chinese/rxvt/distinfo index a6635b8c3c43..efc13796de38 100644 --- a/chinese/rxvt/distinfo +++ b/chinese/rxvt/distinfo @@ -1 +1,2 @@ MD5 (rxvt-2.7.3.tar.bz2) = 4f22d749152ba717c5b716df43801800 +MD5 (rxvt-2.7.3.patch1.gz) = 348fca4eb5e7bc41d070745e3655d184 |