diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2013-05-24 15:52:20 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2013-05-24 15:52:20 +0000 |
commit | 37dbbac85ae892aef072505b25944697830efd35 (patch) | |
tree | 54672b77a8e50af70cb3300c08da64c9f8b1e8b7 /misc | |
parent | d0a35a2a1ddeaa3e9496b08a06ed6043f1fac52e (diff) |
Notes
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 |