9077593494
A variation of the unix command cal PR: 37195 Submitted by: Christian Brueffer <chris@unixpages.org>
22 lines
466 B
Makefile
22 lines
466 B
Makefile
# New ports collection makefile for: mencal
|
|
# Date created: 17 April 2002
|
|
# Whom: Christian Brueffer <chris@unixpages.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mencal
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= http://mencal.kyberdigi.cz/ \
|
|
http://unixpages.org/distfiles/
|
|
|
|
MAINTAINER= chris@unixpages.org
|
|
|
|
USE_PERL= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/mencal ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|