6367ceead9
PR: 28700 Submitted by: Pete Fritchman <petef@databits.net>
30 lines
599 B
Makefile
30 lines
599 B
Makefile
# New ports collection makefile for: manedit
|
|
# Date created: 9 February 2001
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= manedit
|
|
PORTVERSION= 0.4.1
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ftp://wolfpack.twu.net/users/wolfpack/ \
|
|
ftp://fox.mit.edu/pub/xsw/
|
|
|
|
MAINTAINER= sobomax@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
|
|
|
|
USE_BZIP2= yes
|
|
USE_X_PREFIX= yes
|
|
USE_GTK= yes
|
|
MAKEFILE= Makefile.FreeBSD
|
|
|
|
MAN1= manedit.1
|
|
|
|
pre-patch:
|
|
@find ${WRKSRC} \( -name "*.[ch]" -or -name "*.cpp" \) | \
|
|
xargs ${PERL} -pi -e 's|malloc\.h|stdlib.h|g'
|
|
|
|
.include <bsd.port.mk>
|