openbsd-ports/www/dillo/Makefile
2002-12-29 15:03:57 +00:00

35 lines
853 B
Makefile

# $OpenBSD: Makefile,v 1.9 2002/12/29 15:03:57 fgsch Exp $
COMMENT= "Fast and light gtk-based web browser"
DISTNAME= dillo-0.6.6
CATEGORIES= www
HOMEPAGE= http://dillo.cipsga.org.br/
MAINTAINER= Damien Couderc <couderc@openbsd.org>
# GPL license
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}download/
LIB_DEPENDS= jpeg.62::graphics/jpeg \
png.2::graphics/png \
gtk.1.2,gdk.1.2::x11/gtk+
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-cookies
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>