2002-09-18 12:21:36 +02:00
|
|
|
# New ports collection makefile for: mencal
|
|
|
|
# Date created: 17 April 2002
|
|
|
|
# Whom: Christian Brueffer <chris@unixpages.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mencal
|
2003-01-16 12:54:31 +01:00
|
|
|
PORTVERSION= 2.1
|
2002-09-18 12:21:36 +02:00
|
|
|
CATEGORIES= deskutils
|
|
|
|
MASTER_SITES= http://mencal.kyberdigi.cz/ \
|
|
|
|
http://unixpages.org/distfiles/
|
|
|
|
|
|
|
|
MAINTAINER= chris@unixpages.org
|
2003-02-21 12:15:57 +01:00
|
|
|
COMMENT= A variation of the unix command cal
|
2002-09-18 12:21:36 +02:00
|
|
|
|
2003-01-16 12:54:31 +01:00
|
|
|
USE_PERL5= yes
|
2002-09-18 12:21:36 +02:00
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/mencal ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|