freebsd-ports/net/mudix/Makefile
Edwin Groothuis 37f2224fa6 PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
2002-11-04 05:46:38 +00:00

27 lines
482 B
Makefile

# New ports collection makefile for: mudix
# Date created: 26 Mar 2000
# Whom: will
#
# $FreeBSD$
#
PORTNAME= mudix
PORTVERSION= 4.3
CATEGORIES= net
MASTER_SITES= http://dw.nl.eu.org/mudix/
MAINTAINER= scorpio@drkshdw.org
GNU_CONFIGURE= yes
USE_REINPLACE= yes
ALL_TARGET= # none
pre-patch:
@${REINPLACE_CMD} -e 's|-O -g|\@CFLAGS\@|g ; \
s|mudix.h conf.h||g' ${WRKSRC}/src/Makefile.in
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mudix ${PREFIX}/bin
.include <bsd.port.mk>