diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-12-28 04:50:29 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-12-28 04:50:29 +0800 |
commit | 974a1c0f367a5a5e9c34e4631a94bfcfd9894a2b (patch) | |
tree | a462b557442dca27bf70dfd6e56461d15b285876 /mail/isync/Makefile | |
parent | 58dd5f42df5971ece6ab574392316245f014d783 (diff) | |
download | freebsd-ports-gnome-974a1c0f367a5a5e9c34e4631a94bfcfd9894a2b.tar.gz freebsd-ports-gnome-974a1c0f367a5a5e9c34e4631a94bfcfd9894a2b.tar.zst freebsd-ports-gnome-974a1c0f367a5a5e9c34e4631a94bfcfd9894a2b.zip |
- Update to 1.0.3
- Take maintainer-ship
Diffstat (limited to 'mail/isync/Makefile')
-rw-r--r-- | mail/isync/Makefile | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/mail/isync/Makefile b/mail/isync/Makefile index 652d7a5cef00..fc6f27a9c846 100644 --- a/mail/isync/Makefile +++ b/mail/isync/Makefile @@ -1,24 +1,27 @@ -# New ports collection makefile for: isync -# Date created: 2000-12-23 -# Whom: eivind +# New ports collection makefile for: isync +# Date created: 2000-12-23 +# Whom: eivind # # $FreeBSD$ +# PORTNAME= isync -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ehaupt@FreeBSD.org COMMENT= Maintain local copies of remote IMAP folders w/synchronized flags -USE_BDB= 42+ -USE_GETOPT_LONG= yes -USE_OPENSSL= yes GNU_CONFIGURE= yes +USE_GETOPT_LONG=yes +USE_OPENSSL= yes +USE_BDB= 42+ + CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man MAN1= isync.1 mbsync.1 mdconvert.1 PORTDOCS= AUTHORS ChangeLog NEWS README TODO |