freebsd-ports/net/mudix/Makefile

30 lines
627 B
Makefile
Raw Normal View History

# 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/ \
http://freebsd.unixfreunde.de/sources/ \
http://mirror2.unixfreunde.de/
MAINTAINER= ports@FreeBSD.org
2003-02-21 14:28:59 +01:00
COMMENT= Ncurses-based MUD client with triggers, aliases, colors
GNU_CONFIGURE= yes
PLIST_FILES= bin/mudix
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>