[Midnightbsd-cvs] mports: Makefile:

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Mar 3 19:25:40 EST 2009


Log Message:
-----------


Modified Files:
--------------
    mports/graphics/imlib:
        Makefile (r1.5 -> r1.6)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/graphics/imlib/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -L graphics/imlib/Makefile -L graphics/imlib/Makefile -u -r1.5 -r1.6
--- graphics/imlib/Makefile
+++ graphics/imlib/Makefile
@@ -1,35 +1,29 @@
-# New ports collection makefile for:	imlib
-# Date created:		10 June 1997
-# Whom:			Yukihiro Nakai <Nakai at Mlab.t.u-tokyo.ac.jp>
-#
 # $MidnightBSD$
-# $FreeBSD: ports/graphics/imlib/Makefile,v 1.97 2006/05/07 23:46:09 edwin Exp $
-#
 
 PORTNAME=	imlib
 PORTVERSION=	1.9.15
 PORTREVISION=	5
 CATEGORIES=	graphics
-MASTER_SITES=	${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR=	sources/imlib/1.9
+MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	A graphic library for enlightenment package
+LICENSE=	gpl2
 
 LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png \
 		tiff.4:${PORTSDIR}/graphics/tiff \
 		ungif.5:${PORTSDIR}/graphics/libungif
 
-USE_AUTOTOOLS=        libtool:15
-USE_XLIB=     yes
+USE_AUTOTOOLS=	libtool:15
+USE_XORG=	sm xext x11
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_GNOME=	gtk12 gnomehack
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--sysconfdir=${PREFIX}/etc/imlib --disable-modules \
-		--build=${MACHINE_ARCH}-portbld-freebsd6.0 
+		--build=${MACHINE_ARCH}-portbld-freebsd6.1
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LIBS="-L${LOCALBASE}/lib"
 


More information about the Midnightbsd-cvs mailing list