aboutsummaryrefslogtreecommitdiff
path: root/net-im/xicq/Makefile
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-12-15 03:18:03 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-12-15 03:18:03 +0000
commitdad50d99b195f0597431757a3b8c63f1012e6731 (patch)
tree544072f356f3cefa26a6a5225882423a4ffe98f4 /net-im/xicq/Makefile
parentbdd1e6bdc450acf24d30eda8055d33f1e61037d3 (diff)
Remove expired ports.
Notes
Notes: svn path=/head/; revision=151214
Diffstat (limited to 'net-im/xicq/Makefile')
-rw-r--r--net-im/xicq/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/net-im/xicq/Makefile b/net-im/xicq/Makefile
deleted file mode 100644
index 2a5c1f3ca70e..000000000000
--- a/net-im/xicq/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: xicq
-# Date created: 29 June 1998
-# Whom: scrappy
-#
-# $FreeBSD$
-#
-
-PORTNAME= xicq
-PORTVERSION= 19980712
-PORTREVISION= 1
-CATEGORIES= net-im
-MASTER_SITES= # disappeared
-DISTNAME= xicq-071298-snapshot.src
-
-BROKEN= "mastersite disappeared"
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE= 2005-12-12
-
-MAINTAINER= scrappy@FreeBSD.org
-COMMENT= Xtropy's ICQ Client
-
-WRKSRC= ${WRKDIR}/xicq-071298
-USE_GCC= 2.95
-USE_GMAKE= yes
-MAKE_ENV= OPT="${CFLAGS}"
-
-PLIST_FILES= bin/xicq ${EXAMPLESDIR:S,^${PREFIX}/,,g}/contact ${EXAMPLESDIR:S,^${PREFIX}/,,g}/config
-PLIST_DIRS= ${EXAMPLESDIR:S,^${PREFIX}/,,g}
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/xicq/main ${PREFIX}/bin/xicq
- ${MKDIR} ${EXAMPLESDIR}
-.for file in contact config
- ${INSTALL_DATA} ${WRKSRC}/${file} ${EXAMPLESDIR}
-.endfor
-
-.include <bsd.port.mk>