diff options
author | Will Andrews <will@FreeBSD.org> | 2001-04-17 17:50:24 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-04-17 17:50:24 +0000 |
commit | 4b1de5d5399f335d958e097ae2eabb774ad2f2ed (patch) | |
tree | f79cfbb5b98dce340e0b358a01504442452df143 /editors/mp | |
parent | e0114b3ddb76af40be484a154d70fbfc8bd2c97e (diff) | |
download | ports-4b1de5d5399f335d958e097ae2eabb774ad2f2ed.tar.gz ports-4b1de5d5399f335d958e097ae2eabb774ad2f2ed.zip |
Notes
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 |