1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/deskutils/mcal/Makefile
Dirk Meyer 0eeb6d5984 mcal & gmcal use the libmcal library (see PR ports/31416 )
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
2002-03-30 11:09:01 +00:00

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>