[Midnightbsd-cvs] mports: Makefile: fix maintainer, osver, etc

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat May 31 15:19:36 EDT 2008


Log Message:
-----------
fix maintainer, osver, etc

Modified Files:
--------------
    mports/print/fontforge:
        Makefile (r1.4 -> r1.5)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/print/fontforge/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L print/fontforge/Makefile -L print/fontforge/Makefile -u -r1.4 -r1.5
--- print/fontforge/Makefile
+++ print/fontforge/Makefile
@@ -2,6 +2,7 @@
 # Date created:		25 March 2001
 # Whom:			KANOU Hiroki <kanou at khdd.net>
 #
+# $MidnightBSD$
 # $FreeBSD: ports/print/fontforge/Makefile,v 1.78 2006/09/07 12:53:47 pav Exp $
 #
 
@@ -17,8 +18,9 @@
 EXTRACT_ONLY+=	freetype-${FREETYPE_VERSION}.tar.bz2
 .endif
 
-MAINTAINER=	kanou at khdd.net
+MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Type 1/TrueType/OpenType/bitmap font editor
+LICENSE=	bsd3
 
 LIB_DEPENDS=	uninameslist.0:${PORTSDIR}/textproc/libuninameslist \
 		tiff.4:${PORTSDIR}/graphics/tiff \
@@ -41,7 +43,7 @@
 USE_XLIB=	yes
 PATCH_STRIP=	-l
 
-CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd6.0
 .if !defined(FONTFORGE_NO_MULTILAYER)
 WITH_MULTILAYER=	--with-multilayer
 .endif


More information about the Midnightbsd-cvs mailing list