1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/irc/muh/Makefile

24 lines
514 B
Makefile
Raw Normal View History

# New ports collection makefile for: muh
# Date created: 25 Sept 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
1999-08-25 06:16:32 +00:00
# $FreeBSD$
#
PORTNAME= muh
PORTVERSION= 2.05c
CATEGORIES= irc
2000-03-08 02:56:47 +00:00
MASTER_SITES= http://mind.riot.org/muh/download/
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= billf@FreeBSD.org
USE_GMAKE= yes
GNU_CONFIGURE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/muh ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/docs/muhrc ${PREFIX}/share/skel/dot.muhrc
.include <bsd.port.mk>