aboutsummaryrefslogtreecommitdiffstats
path: root/editors/jupp/Makefile
blob: 414aac0de77d1f32952ff8bdd1d77df0e281d11a (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
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$

PORTNAME=   jupp
PORTVERSION=    3.1.26
CATEGORIES= editors
MASTER_SITES=   http://www.mirbsd.org/MirOS/dist/jupp/ \
        http://pub.allbsd.org/MirOS/dist/jupp/
DISTNAME=   joe-${PORTVERSION:C/([0-9]+\.[0-9]+)\.([0-9]+)/\1${PORTNAME}\2/}
EXTRACT_SUFX=   .tgz

MAINTAINER= gblach@FreeBSD.org
COMMENT=    Portable version of Joe's Own Editor from MirBSD

LICENSE=    GPLv1

CONFLICTS=  joe-[23]*

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --disable-termidx
WRKSRC=     ${WRKDIR}/${PORTNAME}

pre-configure:
    @${CHMOD} +x ${WRKSRC}/configure

.include <bsd.port.mk>