aboutsummaryrefslogtreecommitdiff
path: root/editors/jupp/Makefile
blob: 2a2f9e8b1613b8e8241e4f85a7c49929930869d2 (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
29
30
31
# New ports collection makefile for:	jupp
# Date created:				2010-11-15
# Whom:					magik@roorback.net
#
# $FreeBSD$
#

PORTNAME=	jupp
PORTVERSION=	3.1.14
CATEGORIES=	editors
MASTER_SITES=	http://www.mirbsd.org/MirOS/dist/jupp/ \
		http://pub.allbsd.org/MirOS/dist/jupp/
DISTNAME=	joe-3.1jupp14
EXTRACT_SUFX=	.cpio.gz

MAINTAINER=	magik@roorback.net
COMMENT=	Portable version of JOE's Own Editor from MirBSD

CONFLICTS=	joe-[23]*

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

MAN1=		joe.1
MLINKS=		joe.1 jmacs.1 - jpico.1 - jstar.1 - jupp.1 - rjoe.1

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

.include <bsd.port.mk>