aboutsummaryrefslogtreecommitdiff
path: root/net-im/coccinella/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-10-16 07:41:55 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-10-16 07:41:55 +0000
commit40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch)
treed70bbf882801af3a4e58dde3ed6a1da1849479d4 /net-im/coccinella/Makefile
parenta9f801a2186fcb89f70f7dcb211c6d4922c0e3af (diff)
downloadports-40a3261d1a6e2617f6afde0cd6d762a7e211af7a.tar.gz
ports-40a3261d1a6e2617f6afde0cd6d762a7e211af7a.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_0_0'.release/6.0.0
Notes
Notes: svn path=/head/; revision=145533 svn path=/tags/RELEASE_6_0_0/; revision=145534; tag=release/6.0.0
Diffstat (limited to 'net-im/coccinella/Makefile')
-rw-r--r--net-im/coccinella/Makefile45
1 files changed, 0 insertions, 45 deletions
diff --git a/net-im/coccinella/Makefile b/net-im/coccinella/Makefile
deleted file mode 100644
index 80316e4befe6..000000000000
--- a/net-im/coccinella/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: coccinella
-# Date created: 21 Oct 2004
-# Whom: Marc Bruenink
-#
-# $FreeBSD$
-#
-
-PORTNAME= coccinella
-PORTVERSION= 0.95.1
-CATEGORIES= net tk84
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= Coccinella-${PORTVERSION}Src
-
-MAINTAINER= marc@bruenink.de
-COMMENT= Jabber client with whiteboard communication
-
-RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
-
-USE_REINPLACE= yes
-NO_BUILD= yes
-
-WISH= ${LOCALBASE}/bin/wish8.4
-LIBTARGETDIR= ${PREFIX}/${PORTNAME}
-PLIST_SUB+= LIBTARGETDIR=${PORTNAME}
-
-post-extract:
- @${RM} -r ${WRKSRC}/bin/
-
-post-patch:
- @${REINPLACE_CMD} -e 's|\(exec.*\)wish|\1${WISH}|g' ${WRKSRC}/Coccinella.tcl
-
-do-install:
- @${CP} -r ${WRKSRC} ${LIBTARGETDIR}
- @${RM} ${LIBTARGETDIR}/CHANGES ${LIBTARGETDIR}/README*
- @${INSTALL_SCRIPT} ${WRKSRC}/Coccinella.tcl ${LIBTARGETDIR}
- @${LN} -sf ${LIBTARGETDIR}/Coccinella.tcl ${PREFIX}/bin/coccinella
-
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_MAN} ${WRKSRC}/CHANGES ${DOCSDIR}
- ${INSTALL_MAN} ${WRKSRC}/README* ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>