aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/mencal/Makefile
blob: 4f3eb410cdf21e522b2130de880f22f8858995c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    mencal
# Date created:                 17 April 2002
# Whom:                         Christian Brueffer <chris@unixpages.org>
#
# $FreeBSD$
#

PORTNAME=   mencal
PORTVERSION=    2.1
CATEGORIES= deskutils
MASTER_SITES=   http://mencal.kyberdigi.cz/ \
        http://unixpages.org/distfiles/

MAINTAINER= chris@unixpages.org

USE_PERL5=  yes
NO_BUILD=   yes

do-install:
    ${INSTALL_SCRIPT} ${WRKSRC}/mencal ${PREFIX}/bin

.include <bsd.port.mk>