diff options
Diffstat (limited to 'net/gaim/Makefile')
-rw-r--r-- | net/gaim/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/net/gaim/Makefile b/net/gaim/Makefile deleted file mode 100644 index 8d58d77489f..00000000000 --- a/net/gaim/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $NetBSD: Makefile,v 1.12 2000/06/18 16:06:05 augustss Exp $ -# - -DISTNAME= gaim-0.9.19 -CATEGORIES= x11 -MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ - -MAINTAINER= hubertf@netbsd.org -HOMEPAGE= http://www.marko.net/gaim/ - -DEPENDS+= gtk+>=1.2.3:../../x11/gtk -DEPENDS+= esound>=0.2.7:../../audio/esound - -USE_X11BASE= YES -USE_GMAKE= YES -GNU_CONFIGURE= yes - -# for pthread.h -CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include - -.include "../../mk/bsd.pkg.mk" |