freebsd-ports/net/mudix/Makefile
Pav Lucistnik c857393ce1 - Add backup MASTER_SITES
- Remove WWW

PR:		ports/97825
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-05-26 18:35:52 +00:00

29 lines
627 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/ \
http://freebsd.unixfreunde.de/sources/ \
http://mirror2.unixfreunde.de/
MAINTAINER= ports@FreeBSD.org
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>