freebsd-ports/editors/mp/Makefile

34 lines
696 B
Makefile
Raw Normal View History

# New ports collection makefile for: mp
# Date created: Apr 12, 2001
# Whom: Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#
PORTNAME= mp
2003-12-12 12:47:26 +01:00
PORTVERSION= 3.2.9
PORTREVISION= 1
CATEGORIES= editors
2002-02-17 08:08:01 +01:00
MASTER_SITES= http://triptico.dhis.org/download/
MAINTAINER= markp@FreeBSD.org
2003-02-22 17:18:35 +01:00
COMMENT= A programming text editor
USE_GMAKE= yes
USE_REINPLACE= yes
MAKE_ARGS+= PREFIX="${PREFIX}"
MAKEFILE= makefile
2003-02-09 12:28:50 +01:00
post-patch:
${REINPLACE_CMD} "s/gcc -g -Wall/${CC} ${CFLAGS} -Wall/g; \
s/mp gmp/mp/g" ${WRKSRC}/makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mp ${PREFIX}/bin
2003-02-09 12:28:50 +01:00
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.html ${DOCSDIR}
.endif
.include <bsd.port.mk>