From e48d10df0d6a8eb285b05a04b46bc716d7301490 Mon Sep 17 00:00:00 2001 From: will Date: Tue, 17 Apr 2001 17:50:24 +0000 Subject: Add mp 3.0.98k, a programming text editor. PR: 26518 Submitted by: Mark Pulford --- editors/mp/Makefile | 25 +++++++++++++++++++++++++ editors/mp/distinfo | 1 + editors/mp/pkg-comment | 1 + editors/mp/pkg-descr | 4 ++++ editors/mp/pkg-plist | 1 + 5 files changed, 32 insertions(+) create mode 100644 editors/mp/Makefile create mode 100644 editors/mp/distinfo create mode 100644 editors/mp/pkg-comment create mode 100644 editors/mp/pkg-descr create mode 100644 editors/mp/pkg-plist (limited to 'editors/mp') diff --git a/editors/mp/Makefile b/editors/mp/Makefile new file mode 100644 index 000000000000..27e5b252eba4 --- /dev/null +++ b/editors/mp/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: mp +# Date created: Apr 12, 2001 +# Whom: Mark Pulford +# +# $FreeBSD$ +# + +PORTNAME= mp +PORTVERSION= 3.0.98k +CATEGORIES= editors +MASTER_SITES= http://www.triptico.com/download/ + +MAINTAINER= mark@kyne.com.au + +USE_GMAKE= yes +MAKE_ARGS+= PREFIX="${PREFIX}" +MAKEFILE= makefile + +pre-configure: + ${PERL} -pi -e "s@gcc -g -Wall@${CC} ${CFLAGS} -Wall@g" ${WRKSRC}/makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/mp ${PREFIX}/bin + +.include diff --git a/editors/mp/distinfo b/editors/mp/distinfo new file mode 100644 index 000000000000..d9403c85a72a --- /dev/null +++ b/editors/mp/distinfo @@ -0,0 +1 @@ +MD5 (mp-3.0.98k.tar.gz) = 2a1b4ec023bffaf9a2630459036aea44 diff --git a/editors/mp/pkg-comment b/editors/mp/pkg-comment new file mode 100644 index 000000000000..19028e8785fb --- /dev/null +++ b/editors/mp/pkg-comment @@ -0,0 +1 @@ +A programming text editor diff --git a/editors/mp/pkg-descr b/editors/mp/pkg-descr new file mode 100644 index 000000000000..b707941848c6 --- /dev/null +++ b/editors/mp/pkg-descr @@ -0,0 +1,4 @@ +MP is an easy to use programmer's text editor. It supports automatic +syntax highlighting, macros and ctags and also has online help. + +WWW: http://www.triptico.com/software/mp.html diff --git a/editors/mp/pkg-plist b/editors/mp/pkg-plist new file mode 100644 index 000000000000..aa962743562f --- /dev/null +++ b/editors/mp/pkg-plist @@ -0,0 +1 @@ +bin/mp -- cgit