mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
3c175cb569
Reviewed by: marcus
24 lines
512 B
Makefile
24 lines
512 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
|
|
PLIST_FILES= bin/mencal
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/mencal ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|