diff options
Diffstat (limited to 'net-im/cicquin/Makefile')
-rw-r--r-- | net-im/cicquin/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/net-im/cicquin/Makefile b/net-im/cicquin/Makefile deleted file mode 100644 index 5aa65730c2b0..000000000000 --- a/net-im/cicquin/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Peter Pentchev -# $FreeBSD$ - -PORTNAME= cicquin -PORTVERSION= 0.1 -CATEGORIES= net-im -#MASTER_SITES= LOCAL/roam/misc/cicquin \ -MASTER_SITES= \ - http://devel.ringlet.net/misc/cicquin/ \ - http://people.FreeBSD.org/~roam/misc/cicquin/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Look up users in the CenterICQ user database - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-07-04 - -PLIST_FILES= bin/${PORTNAME} - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh \ - ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - -.include <bsd.port.mk> |