1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net/mudix/Makefile
Will Andrews 5c1d9218f1 Update to 3.5. Relase this port to the world so someone more interested
in maintaining it can take the job.

PR:		22893
Submitted by:	Ports Fury
2000-12-26 07:03:27 +00:00

24 lines
414 B
Makefile

# New ports collection makefile for: mudix
# Date created: 26 Mar 2000
# Whom: will
#
# $FreeBSD$
#
PORTNAME= mudix
PORTVERSION= 3.5
CATEGORIES= net
MASTER_SITES= http://dwizardry.dhs.org/mudix/
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/${DISTNAME}/src
MAKE_ARGS= CC="${CC}" O_FLAGS="${CFLAGS}"
ALL_TARGET= mudix
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mudix ${PREFIX}/bin
.include <bsd.port.mk>