diff options
author | vanilla <vanilla@FreeBSD.org> | 2000-10-13 10:39:55 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2000-10-13 10:39:55 +0800 |
commit | dc5197af05cbf76ff22ee2424466faae90392056 (patch) | |
tree | 8e93f91bb67404114b805a6132b462e818b25fc2 /chinese | |
parent | aec1d75f3ec48385b11dd662cf4a4b85477ce8e9 (diff) | |
download | freebsd-ports-gnome-dc5197af05cbf76ff22ee2424466faae90392056.tar.gz freebsd-ports-gnome-dc5197af05cbf76ff22ee2424466faae90392056.tar.zst freebsd-ports-gnome-dc5197af05cbf76ff22ee2424466faae90392056.zip |
Sync with x11/rxvt.
Diffstat (limited to 'chinese')
-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 |