summaryrefslogblamecommitdiff
path: root/editors/jupp/Makefile
blob: 2a2f9e8b1613b8e8241e4f85a7c49929930869d2 (plain) (tree)






























                                                                   
# 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>