diff options
Diffstat (limited to 'net-im/xicq/Makefile')
-rw-r--r-- | net-im/xicq/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/net-im/xicq/Makefile b/net-im/xicq/Makefile deleted file mode 100644 index 47d5c4f44d0d..000000000000 --- a/net-im/xicq/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: xicq -# Version required: 12 July 1998 -# Date created: 29 June 1998 -# Whom: scrappy -# -# $Id: Makefile,v 1.4 1998/08/25 05:03:18 asami Exp $ -# - -DISTNAME= xicq-071298-snapshot.src -PKGNAME= xicq-071298 -CATEGORIES= net -MASTER_SITES= http://www.xtrophy.dk/xicq/ - -MAINTAINER= scrappy@freebsd.org - -WRKSRC= ${WRKDIR}/xicq-071298 - -USE_GMAKE= yes -MAKE_ENV= OPT="${CFLAGS}" - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/xicq/main ${PREFIX}/bin/xicq - ${MKDIR} ${PREFIX}/share/examples/xicq -.for file in contact config - ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/examples/xicq -.endfor - -.include <bsd.port.mk> |