0eeb6d5984
to access calendars that can be stored in many different formats. They are mostly samples and how-to use the MCAL library. PR: 31461 Submitted by: thierry@pompo.net
28 lines
666 B
Makefile
28 lines
666 B
Makefile
# New ports collection makefile for: mcal
|
|
# Date created: Mon Oct 15 14:13:23 GMT 2001
|
|
# Whom: thierry@pompo.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mcal
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= libmcal
|
|
|
|
MAINTAINER= thierry@pompo.net
|
|
|
|
LIB_DEPENDS= mcal.0:${PORTSDIR}/misc/libmcal
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
post-install:
|
|
@${ECHO} "*****************************************************************************"
|
|
@${ECHO} ""
|
|
@${ECHO} " mcal has been installed in ${PREFIX}/mcal."
|
|
@${ECHO} ""
|
|
@${ECHO} "*****************************************************************************"
|
|
|
|
.include <bsd.port.mk>
|