37 lines
902 B
Makefile
37 lines
902 B
Makefile
# $OpenBSD: Makefile,v 1.6 2002/05/03 10:41:12 couderc Exp $
|
|
|
|
COMMENT= "Fast and light gtk-based web browser"
|
|
|
|
DISTNAME= dillo-0.6.5
|
|
CATEGORIES= www
|
|
NEED_VERSION= 1.525
|
|
|
|
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/
|
|
MASTER_SITE_SUBDIR= dillo
|
|
|
|
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>
|