mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
24 lines
421 B
Makefile
24 lines
421 B
Makefile
|
# New ports collection makefile for: mudix
|
||
|
# Date created: 26 Mar 2000
|
||
|
# Whom: will
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= mudix
|
||
|
PORTVERSION= 3.2
|
||
|
CATEGORIES= net
|
||
|
MASTER_SITES= http://dwizardry.dhs.org/mudix/
|
||
|
|
||
|
MAINTAINER= will@FreeBSD.org
|
||
|
|
||
|
LIB_DEPENDS+= ncurses.4:${PORTSDIR}/devel/ncurses
|
||
|
|
||
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
||
|
ALL_TARGET= mudix
|
||
|
|
||
|
do-install:
|
||
|
${INSTALL_PROGRAM} ${WRKSRC}/mudix ${PREFIX}/bin
|
||
|
|
||
|
.include <bsd.port.mk>
|