diff options
author | thierry <thierry@FreeBSD.org> | 2013-05-24 23:52:20 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2013-05-24 23:52:20 +0800 |
commit | c0258b5d7140c12088c016f0f68a590598d83e54 (patch) | |
tree | 54672b77a8e50af70cb3300c08da64c9f8b1e8b7 /misc | |
parent | 43358ede9130f3451bb6f07d522686970ac4e133 (diff) | |
download | freebsd-ports-gnome-c0258b5d7140c12088c016f0f68a590598d83e54.tar.gz freebsd-ports-gnome-c0258b5d7140c12088c016f0f68a590598d83e54.tar.zst freebsd-ports-gnome-c0258b5d7140c12088c016f0f68a590598d83e54.zip |
Unbreak on -CURRENT.
Since I'm there, mark it as deprecated, because therte is no more
consumer for this lib in the tree, and its development stopped years
ago.
Reported by: pointyhat via miwi
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libmcal/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/libmcal/Makefile b/misc/libmcal/Makefile index 04755fbadca4..e42daff146a3 100644 --- a/misc/libmcal/Makefile +++ b/misc/libmcal/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libmcal -# Date created: Sat Oct 13 08:45:04 GMT 2001 -# Whom: thierry@thomas.as -# +# Created by: thierry@thomas.as # $FreeBSD$ -# PORTNAME= libmcal PORTVERSION= 0.7 @@ -15,12 +11,16 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} mcaldrivers-0.9.tar.gz MAINTAINER= thierry@FreeBSD.org COMMENT= Modular Calendar Access Library +DEPRECATED= No more used and development discontinued +EXPIRATION_DATE=2013-12-31 + USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --with-mstore --with-icap \ --prefix=${PREFIX} --exec-prefix=${PREFIX} USE_LDCONFIG= yes +USES= bison WRKSRC= ${WRKDIR}/${PORTNAME} WRKSRCDRV= ${WRKDIR}/mcal-drivers |