mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
0225134607
PR: ports/52534 Submitted by: Christian Brueffer <chris@unixpages.org>
24 lines
510 B
Makefile
24 lines
510 B
Makefile
# New ports collection makefile for: mencal
|
|
# Date created: 17 April 2002
|
|
# Whom: Christian Brueffer <chris@unixpages.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mencal
|
|
PORTVERSION= 2.1
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= http://mencal.kyberdigi.cz/ \
|
|
http://unixpages.org/distfiles/
|
|
|
|
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>
|