freebsd-ports/deskutils/mencal/Makefile
2021-04-06 16:31:07 +02:00

24 lines
476 B
Makefile

# Created by: Christian Brueffer <chris@unixpages.org>
PORTNAME= mencal
PORTVERSION= 3.0
CATEGORIES= deskutils
MASTER_SITES= http://kyberdigi.cz/projects/mencal/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple variation of the unix command cal
LICENSE= GPLv2
NO_BUILD= yes
USES= perl5 shebangfix
SHEBANG_FILES= ${PORTNAME}
USE_PERL5= run
PLIST_FILES= bin/mencal
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>