diff options
author | taoka <taoka@FreeBSD.org> | 1999-09-08 21:54:53 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-09-08 21:54:53 +0800 |
commit | 83fc13704f6878d76f77dc74511a1fa827247ac1 (patch) | |
tree | 0e26f363d687842361380abc50e61a15c0533d8e /mail/im/Makefile | |
parent | 15757f493837d22f103281afebd87bcc36094a62 (diff) | |
download | freebsd-ports-gnome-83fc13704f6878d76f77dc74511a1fa827247ac1.tar.gz freebsd-ports-gnome-83fc13704f6878d76f77dc74511a1fa827247ac1.tar.zst freebsd-ports-gnome-83fc13704f6878d76f77dc74511a1fa827247ac1.zip |
Updated to 130
PR: 13634
Submitted by: maintainer
Diffstat (limited to 'mail/im/Makefile')
-rw-r--r-- | mail/im/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/im/Makefile b/mail/im/Makefile index d2459134d72a..f53925965952 100644 --- a/mail/im/Makefile +++ b/mail/im/Makefile @@ -1,25 +1,26 @@ # New ports collection makefile for: IM -# Version required: 100 +# Version required: 130 # Date created: 13 November 1997 # Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # # $FreeBSD$ # -DISTNAME= im-100 +DISTNAME= im-130 CATEGORIES= mail MASTER_SITES= ftp://ftp.mew.org/pub/Mew/ \ ftp://ftp.kyushu-u.ac.jp/pub/Misc/mew/ \ - ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ + ${MASTER_SITE_PORTS_JP} MAINTAINER= kiri@kiri.toba-cmt.ac.jp USE_PERL5= yes - +USE_AUTOCONF= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${PREFIX}/etc # If you use RPOP instead of APOP, comment out following line. #CONFIGURE_ARGS+=--enable-rpop +MAKE_ARGS= prefix=${PREFIX} imlibdir=${PREFIX}/etc/im PORTDOCDIR= ${PREFIX}/share/doc/im SAMPLEDIR= ${PREFIX}/share/examples/im |