aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/when/Makefile
blob: 38a469b366c307b8377ee4a8b18bf8fa297ab40e (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
26
27
28
# New ports collection makefile for:    when
# Date created:     1 May 2006
# Whom:         Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   when
PORTVERSION=    1.1.0
CATEGORIES= deskutils
MASTER_SITES=   http://bsd1.csme.ru/myports/ \
        http://bsd2.csme.ru/myports/ \
        http://bsd3.csme.ru/myports/

MAINTAINER= infofarmer@FreeBSD.org
COMMENT=    A very simple personal calendar

USE_BZIP2=  yes
USE_PERL5_RUN=  yes
NO_BUILD=   yes
PLIST_FILES=    bin/${PORTNAME}
MAN1=       ${PORTNAME}.1

do-install:
    @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
    @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/

.include <bsd.port.mk>