aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/when/Makefile
blob: 200829ca4607388ae64a66ebefa0bc8ec252f4c6 (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
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$

PORTNAME=   when
PORTVERSION=    1.1.36
CATEGORIES= deskutils

MAINTAINER= culot@FreeBSD.org
COMMENT=    Simple personal calendar

LICENSE=    ART10 GPLv1+
LICENSE_COMB=   dual

USE_GITHUB= yes
GH_ACCOUNT= bcrowell
GH_TAGNAME= 5de0120

USES=       perl5 shebangfix
USE_PERL5=  run
NO_BUILD=   yes
NO_ARCH=    yes
SHEBANG_FILES=  when

MAKE_ARGS+= prefix=${PREFIX} \
        MANDIR=${MANPREFIX}/man/man1

.include <bsd.port.mk>