|
Lines 1-20
Link Here
|
| 1 |
# New ports collection makefile for: mp |
1 |
# Created by: Mark Pulford <mark@kyne.com.au> |
| 2 |
# Date created: Apr 12, 2001 |
|
|
| 3 |
# Whom: Mark Pulford <mark@kyne.com.au> |
| 4 |
# |
| 5 |
# $FreeBSD: head/editors/mp/Makefile 303864 2012-09-08 05:39:03Z linimon $ |
2 |
# $FreeBSD: head/editors/mp/Makefile 303864 2012-09-08 05:39:03Z linimon $ |
| 6 |
# |
|
|
| 7 |
|
3 |
|
| 8 |
PORTNAME= mp |
4 |
PORTNAME= mp |
| 9 |
PORTVERSION= 5.2.3 |
5 |
PORTVERSION= 5.2.3 |
| 10 |
CATEGORIES= editors |
6 |
CATEGORIES= editors |
| 11 |
MASTER_SITES= http://triptico.com/download/ |
7 |
MASTER_SITES= http://triptico.com/download/mp/ |
| 12 |
|
8 |
|
| 13 |
MAINTAINER= ports@FreeBSD.org |
9 |
MAINTAINER= ports@FreeBSD.org |
| 14 |
COMMENT= A programming text editor |
10 |
COMMENT= A programming text editor |
| 15 |
|
11 |
|
| 16 |
LICENSE= GPLv2 # (or later) |
12 |
LICENSE= GPLv2 # (or later) |
| 17 |
LICENSE_FILE= ${WRKSRC}/COPYING |
|
|
| 18 |
|
13 |
|
| 19 |
OPTIONS_DEFINE= NLS GUI PCRE DOCS |
14 |
OPTIONS_DEFINE= NLS GUI PCRE DOCS |
| 20 |
OPTIONS_SINGLE= GUI |
15 |
OPTIONS_SINGLE= GUI |
|
Lines 60-65
Link Here
|
| 60 |
CONFIGURE_ARGS+= --with-pcre |
55 |
CONFIGURE_ARGS+= --with-pcre |
| 61 |
.endif |
56 |
.endif |
| 62 |
|
57 |
|
|
|
58 |
.include <bsd.port.pre.mk> |
| 59 |
|
| 60 |
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" |
| 61 |
BROKEN= Does not compile on ia64, powerpc, or sparc64 |
| 62 |
.endif |
| 63 |
|
| 63 |
post-patch: |
64 |
post-patch: |
| 64 |
@${REINPLACE_CMD} -e 's|<ncursesw/|<|g ; \ |
65 |
@${REINPLACE_CMD} -e 's|<ncursesw/|<|g ; \ |
| 65 |
s|-I/usr/local/include||g ; \ |
66 |
s|-I/usr/local/include||g ; \ |
|
Lines 96-105
Link Here
|
| 96 |
.endfor |
97 |
.endfor |
| 97 |
.endif |
98 |
.endif |
| 98 |
|
99 |
|
| 99 |
.include <bsd.port.pre.mk> |
|
|
| 100 |
|
| 101 |
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" |
| 102 |
BROKEN= Does not compile on ia64, powerpc, or sparc64 |
| 103 |
.endif |
| 104 |
|
| 105 |
.include <bsd.port.post.mk> |
100 |
.include <bsd.port.post.mk> |