diff options
Diffstat (limited to 'net-im/naim/Makefile')
-rw-r--r-- | net-im/naim/Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/net-im/naim/Makefile b/net-im/naim/Makefile deleted file mode 100644 index cfa534a5848f..000000000000 --- a/net-im/naim/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: naim -# Version required: 0.9.3 -# Date created: 02 March 1999 -# Whom: mharo@area51.fremont.ca.us -# -# $FreeBSD$ -# - -DISTNAME= naim-0.9.4 -CATEGORIES= net -MASTER_SITES= http://naim.n.ml.org/release.phtml/ \ - ftp://ftp.netmug.org/pub/FreeBSD/distfiles/ -EXTRACT_SUFX= .tgz - -MAINTAINER= mharo@FreeBSD.org - -GNU_CONFIGURE= yes - -MAN1= naim.1 - -post-install: - @ ${MKDIR} ${PREFIX}/share/examples/naim - @ ${INSTALL_DATA} ${WRKSRC}/doc/faimrc_sample ${PREFIX}/share/examples/naim/ -.if !defined(NOPORTDOCS) - @ ${MKDIR} ${PREFIX}/share/doc/naim - @ ${INSTALL_DATA} ${WRKSRC}/doc/naim.hlp ${PREFIX}/share/doc/naim/ -.endif - @ ${ECHO} "************************************************************" - @ ${CAT} ${PKGDIR}/MESSAGE - @ ${ECHO} "************************************************************" - -.include <bsd.port.mk> |