1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/net/mudix/Makefile
2003-02-21 13:28:59 +00:00

28 lines
547 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
COMMENT= Ncurses-based MUD client with triggers, aliases, colors
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>