diff options
Diffstat (limited to 'net/libirc/Makefile')
-rw-r--r-- | net/libirc/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/net/libirc/Makefile b/net/libirc/Makefile deleted file mode 100644 index 32b5e329956..00000000000 --- a/net/libirc/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $NetBSD: Makefile,v 1.5 2000/08/14 23:14:23 wiz Exp $ -# - -DISTNAME= libirc-0.2 -CATEGORIES= net -MASTER_SITES= http://www.cs.kau.se/~jorgen/software/ - -MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.cs.kau.se/~jorgen/software/ - -DEPENDS+= glib>=1.2.6:../../devel/glib - -GNU_CONFIGURE= yes -USE_LIBTOOL= yes -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig - -.include "../../mk/bsd.pkg.mk" |