[Midnightbsd-cvs] mports: Makefile: cleanup

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Mar 3 19:24:30 EST 2009


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

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

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/graphics/gozer/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L graphics/gozer/Makefile -L graphics/gozer/Makefile -u -r1.2 -r1.3
--- graphics/gozer/Makefile
+++ graphics/gozer/Makefile
@@ -1,27 +1,22 @@
-# Ports collection makefile for:	gom
-# Date created:				12 Nov 2000
-# Whom:					Jeremy Norris <ishmael27 at home.com>
-#
 # $MidnightBSD$
-# $FreeBSD: ports/graphics/gozer/Makefile,v 1.12 2006/03/08 11:14:15 garga Exp $
-#
 
 PORTNAME=	gozer
 PORTVERSION=	0.7
-PORTREVISION=   1
+PORTREVISION=   2
 CATEGORIES=	graphics
 MASTER_SITES=	http://linuxbrit.co.uk/downloads/
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Commandline text rendering utility - creates images from text
+LICENSE=	mit
 
 LIB_DEPENDS=	giblib.1:${PORTSDIR}/graphics/giblib
 
-USE_XLIB=	yes
+USE_XORG=	x11
 GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-porbld-freebsd6.0
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-porbld-freebsd6.1
 CONFIGURE_ARGS=	--with-giblib-prefix=${LOCALBASE}
-CONFIGURE_ENV=  CFLAGS="-I${LOCALBASE}/include"
+CONFIGURE_ENV=	CFLAGS="-I${LOCALBASE}/include"
 MAN1=		gozer.1
 
 .if defined(NOPORTDOCS)


More information about the Midnightbsd-cvs mailing list