openbsd-ports/www/dillo/Makefile

38 lines
919 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.14 2003/05/04 18:33:59 couderc Exp $
2002-03-20 06:43:52 -05:00
COMMENT= "Fast and light gtk-based web browser"
VERSION= 0.7.2
2003-04-28 14:20:53 -04:00
DISTNAME= dillo-${VERSION}
CATEGORIES= www
2003-02-12 05:18:16 -05:00
HOMEPAGE= http://dillo.auriga.wearlab.de/
MAINTAINER= Damien Couderc <couderc@openbsd.org>
# GPL license
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2002-04-06 18:54:48 -05:00
MASTER_SITES= ${HOMEPAGE}download/
EXTRACT_SUFX= .tar.bz2
LIB_DEPENDS= jpeg.62::graphics/jpeg \
png.2::graphics/png \
2002-04-19 21:39:53 -04:00
gtk.1.2,gdk.1.2::x11/gtk+
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
2003-02-19 09:41:01 -05:00
CONFIGURE_ARGS= --enable-cookies --enable-ipv6
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \
LDFLAGS="-L${LOCALBASE}/lib"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dillo
${INSTALL_DATA} ${WRKSRC}/dillorc ${PREFIX}/share/examples/dillo/
.include <bsd.port.mk>