2002-09-18 12:21:36 +02:00
|
|
|
# New ports collection makefile for: mencal
|
|
|
|
# Date created: 17 April 2002
|
|
|
|
# Whom: Christian Brueffer <chris@unixpages.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mencal
|
2012-06-03 09:27:45 +02:00
|
|
|
PORTVERSION= 2.4
|
2002-09-18 12:21:36 +02:00
|
|
|
CATEGORIES= deskutils
|
2012-06-03 09:27:45 +02:00
|
|
|
MASTER_SITES= http://kyberdigi.cz/projects/mencal/files/
|
2002-09-18 12:21:36 +02:00
|
|
|
|
2003-06-04 20:58:11 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 12:15:57 +01:00
|
|
|
COMMENT= A variation of the unix command cal
|
2002-09-18 12:21:36 +02:00
|
|
|
|
2012-06-03 09:27:45 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2002-09-18 12:21:36 +02:00
|
|
|
NO_BUILD= yes
|
2012-06-03 09:27:45 +02:00
|
|
|
|
|
|
|
USE_PERL5_RUN= yes
|
|
|
|
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/mencal
|
2002-09-18 12:21:36 +02:00
|
|
|
|
2006-08-23 23:32:47 +02:00
|
|
|
post-patch:
|
2012-06-03 09:27:45 +02:00
|
|
|
@${REINPLACE_CMD} -e '/^#!/s|/.*|${PERL} -w|' ${WRKSRC}/${PORTNAME}
|
2006-08-23 23:32:47 +02:00
|
|
|
|
2002-09-18 12:21:36 +02:00
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/mencal ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|