diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-08 13:54:53 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-08 13:54:53 +0000 |
commit | 26e971957e0ca1238e9e2472541bb961b2a3224d (patch) | |
tree | 2ccf4083f7f52fb888518ec86b9009f6b8175250 /mail/im/Makefile | |
parent | c4803edf8248e0c98033b8ed56258ebd6102a687 (diff) | |
download | ports-26e971957e0ca1238e9e2472541bb961b2a3224d.tar.gz ports-26e971957e0ca1238e9e2472541bb961b2a3224d.zip |
Notes
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 |