1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/deskutils/mencal/Makefile
William Grzybowski 9a758f1909 deskutils/mencal: update to 3.0
- Update to 3.0
- Remove leading article from COMMENT
- Allow staging
- USES shebangfix

PR:		ports/183567
Submitted by:	KATO Tsuguru <tkato432 yahoo.com>
2013-11-02 14:17:45 +00:00

26 lines
488 B
Makefile

# Created by: Christian Brueffer <chris@unixpages.org>
# $FreeBSD$
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>