summaryrefslogtreecommitdiff
path: root/www/dillo2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/dillo2/Makefile')
-rw-r--r--www/dillo2/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/www/dillo2/Makefile b/www/dillo2/Makefile
deleted file mode 100644
index 6cffed93169e..000000000000
--- a/www/dillo2/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: dillo
-# Date created: 23 February 2001
-# Whom: George Reid <greid@ukug.uk.freebsd.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= dillo
-PORTVERSION= 0.5.0
-CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= greid@FreeBSD.org
-
-LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
- png.5:${PORTSDIR}/graphics/png \
- intl.1:${PORTSDIR}/devel/gettext
-
-USE_GTK= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--includedir="${LOCALBASE}/include" \
- --libdir="${LOCALBASE}/lib"
-USE_GMAKE= yes
-
-.include <bsd.port.mk>