1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/editors/jupp/Makefile
Grzegorz Blach e9fcd1bb57 - Support staging
Approved by:	crees (mentor)
2013-09-29 09:28:59 +00:00

27 lines
595 B
Makefile

# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= jupp
PORTVERSION= 3.1.25
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>