1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/deskutils/mencal/Makefile
Daichi GOTO 116015765e update deskutils/mencal: 2.1 -> 2.3
PR:		54568
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
2003-07-18 05:30:18 +00:00

23 lines
488 B
Makefile

# New ports collection makefile for: mencal
# Date created: 17 April 2002
# Whom: Christian Brueffer <chris@unixpages.org>
#
# $FreeBSD$
#
PORTNAME= mencal
PORTVERSION= 2.3
CATEGORIES= deskutils
MASTER_SITES= http://kyberdigi.cz/projects/${PORTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= A variation of the unix command cal
USE_PERL5= yes
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/mencal ${PREFIX}/bin
.include <bsd.port.mk>