summaryrefslogtreecommitdiff
path: root/www/screem-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/screem-devel/Makefile')
-rw-r--r--www/screem-devel/Makefile44
1 files changed, 0 insertions, 44 deletions
diff --git a/www/screem-devel/Makefile b/www/screem-devel/Makefile
deleted file mode 100644
index f35e25b73fff..000000000000
--- a/www/screem-devel/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: SCREEM
-# Date created: 05 Nov 1999
-# Whom: Will Andrews <andrews@technologist.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= screem
-PORTVERSION= 0.5.9
-PORTREVISION= 1
-CATEGORIES= www gnome
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
- http://www.screem.org/src/
-MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
-
-MAINTAINER= coop9211@uidaho.edu
-COMMENT= Nice GNOME/GTK-based HTML editor
-
-LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \
- gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui20 \
- gtkhtml-2.0:${PORTSDIR}/www/libgtkhtml \
- zvt-2.0.0:${PORTSDIR}/x11-toolkits/libzvt \
- neon.23:${PORTSDIR}/www/neon
-
-USE_GMAKE= yes
-USE_X_PREFIX= yes
-USE_XPM= yes
-USE_GNOMENG= yes
-USE_GNOME= gnomeprefix gnomehack
-USE_LIBTOOL= yes
-USE_OPENSSL= yes
-USE_PERL5= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --with-gnomevfs --with-ssl
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in" | xargs ${REINPLACE_CMD} -e \
- 's|\@GNOME_DATA_PREFIX\@|\$$\(datadir\)|g'
-
-.include <bsd.port.mk>