[Midnightbsd-cvs] mports: Makefile: add license, clean up

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Mar 3 19:17:31 EST 2009


Log Message:
-----------
add license, clean up

Modified Files:
--------------
    mports/graphics/feh:
        Makefile (r1.2 -> r1.3)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/graphics/feh/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L graphics/feh/Makefile -L graphics/feh/Makefile -u -r1.2 -r1.3
--- graphics/feh/Makefile
+++ graphics/feh/Makefile
@@ -1,34 +1,28 @@
-# ports collection makefile for:	feh
-# Date created:				16 Oct 2000
-# Whom:					Jeremy Norris <ishmael27 at home.com>
-#
 # $MidnightBSD$
-# $FreeBSD: ports/graphics/feh/Makefile,v 1.22 2006/03/08 17:45:20 novel Exp $
-#
 
 PORTNAME=	feh
 PORTVERSION=	1.3.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	http://linuxbrit.co.uk/downloads/
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	An image viewer that utilizes Imlib2
+LICENSE=	mit
 
 LIB_DEPENDS=	giblib.1:${PORTSDIR}/graphics/giblib
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
-USE_XLIB=	yes
+USE_XORG=	x11 xt xinerama
 USE_PERL5=	yes
-USE_GETOPT_LONG=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd6.1
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 
 MAN1=		feh.1
 
-CPPFLAGS=	-I${LOCALBASE}/include -I${X11BASE}/include
-LDFLAGS=	-L${LOCALBASE}/lib -L${X11BASE}/lib
+CPPFLAGS=	-I${LOCALBASE}/include
+LDFLAGS=	-L${LOCALBASE}/lib
 
 post-patch:
 	@${PERL} -pi.bak -e \


More information about the Midnightbsd-cvs mailing list