freebsd-ports/deskutils/mencal/Makefile

31 lines
617 B
Makefile
Raw Normal View History

# 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
2003-02-21 12:15:57 +01:00
COMMENT= A variation of the unix command cal
LICENSE= GPLv2
NO_BUILD= yes
USE_PERL5_RUN= yes
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/mencal
2006-08-23 23:32:47 +02:00
post-patch:
@${REINPLACE_CMD} -e '/^#!/s|/.*|${PERL} -w|' ${WRKSRC}/${PORTNAME}
2006-08-23 23:32:47 +02:00
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/mencal ${PREFIX}/bin
.include <bsd.port.mk>