diff options
author | steve <steve@FreeBSD.org> | 2000-09-05 01:43:18 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-09-05 01:43:18 +0000 |
commit | 77eee614c3cac0f7225061216276a865927da4b9 (patch) | |
tree | 483a221fb6980a2a5b760efc247674a66d87c175 /mail | |
parent | 9f49f112f5ba050fc0c2d6e7818e10ea6daa5d7c (diff) | |
download | FreeBSD-ports-77eee614c3cac0f7225061216276a865927da4b9.zip FreeBSD-ports-77eee614c3cac0f7225061216276a865927da4b9.tar.gz |
- Use MASTER_SITE_SOURCEFORGE instead of MASTER_SITES
- Spell USE_NEWGCC correctly
- Fix WWW: line in pkg/DESCR
PR: 20855
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/icqmail/Makefile | 8 | ||||
-rw-r--r-- | mail/icqmail/pkg-descr | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/icqmail/Makefile b/mail/icqmail/Makefile index 95e7644..b26ff72 100644 --- a/mail/icqmail/Makefile +++ b/mail/icqmail/Makefile @@ -8,8 +8,8 @@ PORTNAME= icqmail PORTVERSION= 1.2 CATEGORIES= mail -MASTER_SITES= http://download.sourceforge.net/icqmail/ \ - ftp://download.sourceforge.net/pub/sourceforge/icqmail/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org @@ -17,9 +17,9 @@ LIB_DEPENDS= icq.1:${PORTSDIR}/net/icqlib \ mimelib.3:${PORTSDIR}/converters/kdesupport2 \ guile.9:${PORTSDIR}/lang/guile -USE_NEW_GCC= yes +USE_NEWGCC= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lguile -lqthreads" MAN1= icqmail.1 diff --git a/mail/icqmail/pkg-descr b/mail/icqmail/pkg-descr index af1a429..ca9395f 100644 --- a/mail/icqmail/pkg-descr +++ b/mail/icqmail/pkg-descr @@ -1,7 +1,7 @@ ICQMail is a simple ICQ client which forwards all messages to given email address. -WWW: http://www.sourceforge.net/project/?form_grp=371 +WWW: http://sourceforge.net/projects/icqmail/ -- Michael Vasilenko |