diff options
author | will <will@FreeBSD.org> | 2001-04-18 01:50:24 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-04-18 01:50:24 +0800 |
commit | e48d10df0d6a8eb285b05a04b46bc716d7301490 (patch) | |
tree | ffdd9d78a46ac031ecf191ea2aa3ec20179dd2e6 /editors/mp | |
parent | 2ee17950d704ce2c6b411da5bb7f67d0b59efebb (diff) | |
download | freebsd-ports-gnome-e48d10df0d6a8eb285b05a04b46bc716d7301490.tar.gz freebsd-ports-gnome-e48d10df0d6a8eb285b05a04b46bc716d7301490.tar.zst freebsd-ports-gnome-e48d10df0d6a8eb285b05a04b46bc716d7301490.zip |
Add mp 3.0.98k, a programming text editor.
PR: 26518
Submitted by: Mark Pulford <mark@kyne.com.au>
Diffstat (limited to 'editors/mp')
-rw-r--r-- | editors/mp/Makefile | 25 | ||||
-rw-r--r-- | editors/mp/distinfo | 1 | ||||
-rw-r--r-- | editors/mp/pkg-comment | 1 | ||||
-rw-r--r-- | editors/mp/pkg-descr | 4 | ||||
-rw-r--r-- | editors/mp/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
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 <mark@kyne.com.au> +# +# $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 <bsd.port.mk> 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 |