freebsd-ports/deskutils/mencal/Makefile
Frederic Culot 49fa41a83e - Update to 2.4
- Add LICENSE (GPL 2)

PR:		ports/168595
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-06-03 07:27:45 +00:00

31 lines
617 B
Makefile

# New ports collection makefile for: mencal
# Date created: 17 April 2002
# Whom: Christian Brueffer <chris@unixpages.org>
#
# $FreeBSD$
#
PORTNAME= mencal
PORTVERSION= 2.4
CATEGORIES= deskutils
MASTER_SITES= http://kyberdigi.cz/projects/mencal/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= A variation of the unix command cal
LICENSE= GPLv2
NO_BUILD= yes
USE_PERL5_RUN= yes
PLIST_FILES= bin/mencal
post-patch:
@${REINPLACE_CMD} -e '/^#!/s|/.*|${PERL} -w|' ${WRKSRC}/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/mencal ${PREFIX}/bin
.include <bsd.port.mk>