1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/net/mudix/Makefile
Kevin Lo 14f4bab195 Update to version 4.3
PR: 44452
Submitted by: MAINTAINER
2002-10-25 07:14:38 +00:00

26 lines
458 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
ALL_TARGET= # none
pre-patch:
@${PERL} -pi -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>