summaryrefslogtreecommitdiff
path: root/net-p2p/dctc-gui/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-11-01 07:35:46 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-11-01 07:35:46 +0000
commitc993547647ade192de588d835170899ea69750fa (patch)
tree1066049488d0de8086aaf3e233ead12bf19d5d4e /net-p2p/dctc-gui/Makefile
parent- Update to 0.12.17 (diff)
2011-11-01 games/phpua-ut2003: depends on phpua-engine
2011-11-01 games/phpua-engine: apache13 is deprecated, migrate to 2.2.x+ now 2011-11-01 games/phpua-hl: depends on phpua-engine 2011-11-01 games/phpua-ut: depends on phpua-engine 2011-11-01 games/phpua-cod: depends on phpua-engine 2011-11-01 games/uox3: No more public distfiles 2011-11-01 games/phpua-q3: depends on phpua-engine 2011-11-01 games/phpua-bf: depends on phpua-engine 2011-10-30 graphics/kallery: does not build; last release 20010511 2011-10-28 graphics/gtksee: depends on unfetchable port archivers/bzip; last release 2004 2011-11-01 mail/mailscanner-mrtg: apache13 is deprecated, migrate to 2.2.x+ now 2011-10-31 net-p2p/qbittorrent-28-nox11: Please migrate to net-p2p/qbittorrent-29 2011-10-31 net-p2p/qbittorrent-28: Please migrate to net-p2p/qbittorrent-29 2011-10-31 net-p2p/dctc-gui-qt No more public distfiles 2011-10-31 net-p2p/dctc-gui No more public distfiles 2011-09-01 net-p2p/dctc: No more public distfiles 2011-11-01 www/slash: apache13 is deprecated, migrate to 2.2.x+ now 2011-11-01 databases/maatkit: Upstream support dropped. Please consider using databases/percona-toolkit 2011-11-01 databases/mysqlman: apache13 is deprecated, migrate to 2.2.x+ now 2011-11-01 databases/mysql-editor: apache13 is deprecated, migrate to 2.2.x+ now 2011-09-30 databases/gnats: Security issues
Notes
Notes: svn path=/head/; revision=284829
Diffstat (limited to 'net-p2p/dctc-gui/Makefile')
-rw-r--r--net-p2p/dctc-gui/Makefile88
1 files changed, 0 insertions, 88 deletions
diff --git a/net-p2p/dctc-gui/Makefile b/net-p2p/dctc-gui/Makefile
deleted file mode 100644
index d492178701c4..000000000000
--- a/net-p2p/dctc-gui/Makefile
+++ /dev/null
@@ -1,88 +0,0 @@
-# New ports collection makefile for: GUI to Direct Connect Text Client
-# Date created: Thu Nov 22 00:34:48 BRST 2001
-# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= dctc
-PORTVERSION= 0.66
-PORTREVISION= 13
-CATEGORIES= net-p2p gnome
-MASTER_SITES= http://unixpages.org/distfiles/
-PKGNAMESUFFIX= -gui
-DISTNAME= dc_gui-${PORTVERSION}
-
-MAINTAINER= lioux@FreeBSD.org
-COMMENT= A GUI to DirectConnect (www.neo-modus.com) text client
-
-BUILD_DEPENDS= dctc:${PORTSDIR}/net-p2p/dctc
-LIB_DEPENDS= db4.0:${PORTSDIR}/databases/db4
-
-USE_GETTEXT= yes
-USE_GNOME= gnomehack gnomelibs gnomeprefix
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-CONFIGURE_ARGS= --with-gnome=${LOCALBASE} \
- --with-gtk-prefix=${LOCALBASE} \
- --enable-manual-db-detect \
- --with-libiconv-prefix=${LOCALBASE}
-
-ADDITIONAL_SRCS= sig_chld.c
-#
-DOC_FILES= COPYING ChangeLog README TODO
-
-post-extract:
-.for file in ${ADDITIONAL_SRCS}
- @${CP} ${FILESDIR}/${file} ${WRKSRC}/src
-.endfor
-
-post-patch:
- @${FIND} ${WRKSRC} -type f | ${XARGS} -n 10 -x ${REINPLACE_CMD} -E -e \
- 's|ldb-4.0|ldb4|; \
- s|<(db.h>)|<db4/\1|'
- @${REINPLACE_CMD} -E -e 's|(hublist)|dc_\1|' \
- ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
- @${REINPLACE_CMD} -E -e \
- 's|(hublist)(.+argv)|dc_\1\2|' \
- ${WRKSRC}/src/init_fnc.c
-# XXX - revise at every port update
- @${REINPLACE_CMD} -e "s|%'|%|g" ${WRKSRC}/src/*.c
-# @${REINPLACE_CMD} -E -e \
-# 's|%lf|%f|; \
-# s|(%\.[[:digit:]])lf|\1f|' \
-# ${WRKSRC}/src/*.c
-# clean up so as to not break installation
- @${FIND} ${WRKSRC} -type f \
- -name "*.bak" \
- | ${XARGS} -n 10 -x ${RM}
-# add sigchld handler
-.for file in ${ADDITIONAL_SRCS}
- @${REINPLACE_CMD} -E -e \
- 's|^(dc_gui_SOURCES.+)$$|\1 ${file}|; \
- s|^(dc_gui_OBJECTS[^\\]+)(\\*)$$|\1 ${file:S/.c$/.o/} \2|' \
- ${WRKSRC}/src/Makefile.in
-.endfor
-# disable GNU auto* tools
- @${FIND} ${WRKSRC} -type f -name "Makefile.in" | ${XARGS} \
- -x -n 10 ${REINPLACE_CMD} -E -e \
- 's!^(ACLOCAL|AUTOCONF|AUTOMAKE|AUTOHEADER).+$$!\1=${TRUE}!'
-
-post-configure:
- @${ECHO_CMD} '#ifndef MSG_NOSIGNAL' >> ${CONFIGURE_WRKSRC}/config.h
- @${ECHO_CMD} '# define MSG_NOSIGNAL 0' >> ${CONFIGURE_WRKSRC}/config.h
- @${ECHO_CMD} '#endif' >> ${CONFIGURE_WRKSRC}/config.h
- @${ECHO_CMD} '#include <sys/param.h>' >> ${CONFIGURE_WRKSRC}/config.h
- @${ECHO_CMD} '#ifndef SEMVMX' >> ${WRKSRC}/config.h
- @${ECHO_CMD} '#define SEMVMX 32767' >> ${WRKSRC}/config.h
- @${ECHO_CMD} '#endif' >> ${WRKSRC}/config.h
-
-post-install:
-.ifndef(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}${PKGNAMESUFFIX}
-.for file in ${DOC_FILES}
- @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}${PKGNAMESUFFIX}
-.endfor
-.endif
-
-.include <bsd.port.mk>