aboutsummaryrefslogtreecommitdiff
path: root/deskutils/mencal/Makefile
blob: 4d07b050a257147da46975c060eba5f497a0d061 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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>