[Midnightbsd-cvs] mports: Makefile: add license, switch to LOCALBASE

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Oct 9 11:36:27 EDT 2008


Log Message:
-----------
add license, switch to LOCALBASE

Modified Files:
--------------
    mports/www/dillo:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/www/dillo/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L www/dillo/Makefile -L www/dillo/Makefile -u -r1.1 -r1.2
--- www/dillo/Makefile
+++ www/dillo/Makefile
@@ -12,11 +12,13 @@
 
 PORTNAME=	dillo
 PORTVERSION=	0.8.6
+PORTREVISION=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	http://www.dillo.org/download/
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	A fast, small graphical Web browser built upon GTK+
+LICENSE=	gpl2
 
 RUN_DEPENDS=	wget:${PORTSDIR}/ftp/wget
 LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
@@ -44,8 +46,8 @@
 .if defined(WITH_DILLO_DLGUI)
 CONFIGURE_ARGS+=	--enable-dlgui
 BUILD_DEPENDS+=	fltk>=2.0.r4825:${PORTSDIR}/x11-toolkits/fltk2
-CPPFLAGS+=	-I${X11BASE}/include
-LDFLAGS+=	-L${X11BASE}/lib
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
 .else
 CONFIGURE_ARGS+=	--disable-dlgui
 .endif


More information about the Midnightbsd-cvs mailing list