[Midnightbsd-cvs] mports: Makefile: add license, USE_ICONV, SF shortcut

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jun 29 19:00:26 EDT 2008


Log Message:
-----------
add license, USE_ICONV, SF shortcut

Modified Files:
--------------
    mports/textproc/wv2:
        Makefile (r1.3 -> r1.4)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/textproc/wv2/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L textproc/wv2/Makefile -L textproc/wv2/Makefile -u -r1.3 -r1.4
--- textproc/wv2/Makefile
+++ textproc/wv2/Makefile
@@ -9,17 +9,19 @@
 PORTNAME=	wv2
 PORTVERSION=	0.2.3
 CATEGORIES=	textproc
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	wvware
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	A library providing routines to access Microsoft Word files
+LICENSE=	lgpl
 
 LIB_DEPENDS=	iconv:${PORTSDIR}/converters/libiconv
 
 CONFIGURE_ARGS=	--with-libiconv=${LOCALBASE} --disable-debug
 
 USE_GNOME=	gnometarget libgsf
+USE_ICONV=	yes
 USE_AUTOTOOLS=	libtool:15
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes


More information about the Midnightbsd-cvs mailing list