freebsd-ports/www/skipstone/Makefile
Eric Melville 85c36c95da Update to the latest (0.7.2), and depend on mozilla rather than
mozilla-embedded as some additional files are now required.

Approved by:	murray
2001-04-17 13:34:10 +00:00

27 lines
699 B
Makefile

# New ports collection makefile for: skipstone
# Date created: 16 November 2000
# Whom: eric
#
# $FreeBSD$
#
PORTNAME= skipstone
PORTVERSION= 0.7.2
CATEGORIES= www
MASTER_SITES= http://muhri.net/skipstone/
MAINTAINER= eric@FreeBSD.org
BUILD_DEPENDS= ${X11BASE}/include/mozilla/gtkmozembed.h:${PORTSDIR}/www/mozilla-headers \
${X11BASE}/lib/mozilla/libgtkembedmoz.so:${PORTSDIR}/www/mozilla
RUN_DEPENDS= ${X11BASE}/lib/mozilla/libgtkembedmoz.so:${PORTSDIR}/www/mozilla
USE_GTK= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
post-patch:
@${PERL} -pi -e 's#/usr/local#${X11BASE}#' ${WRKSRC}/src/skipstone.h
@${PERL} -pi -e 's#X11BASE#${X11BASE}#' ${WRKSRC}/src/skipstone
.include <bsd.port.mk>