diff options
Diffstat (limited to 'net/mmucl/Makefile')
-rw-r--r-- | net/mmucl/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/net/mmucl/Makefile b/net/mmucl/Makefile new file mode 100644 index 0000000..7bd3417 --- /dev/null +++ b/net/mmucl/Makefile @@ -0,0 +1,28 @@ +# New ports collection Makefile for: mmucl +# Date created: 28 July 2000 +# Whom: Matt Heckaman <matt@LUCIDA.QC.CA> +# +# $FreeBSD$ +# + +PORTNAME= mmucl +PORTVERSION= 1.4.0 +CATEGORIES= net +MASTER_SITES= http://download.sourceforge.net/mmucl/ + +MAINTAINER= matt@LUCIDA.QC.CA + +LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 +RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 + +USE_GMAKE= YES + +post-install: + ${MKDIR} ${PREFIX}/share/doc/${DISTNAME} + ${MKDIR} ${PREFIX}/share/doc/${DISTNAME}/examples + ${INSTALL_DATA} ${WRKSRC}/FAQ ${PREFIX}/share/doc/${DISTNAME} + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${DISTNAME} + ${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/${DISTNAME} + ${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/doc/${DISTNAME}/examples + +.include <bsd.port.mk> |