diff options
Diffstat (limited to 'converters')
-rw-r--r-- | converters/ascii2binary/Makefile | 3 | ||||
-rw-r--r-- | converters/cocot/Makefile | 3 | ||||
-rw-r--r-- | converters/enca/Makefile | 4 | ||||
-rw-r--r-- | converters/fix-mime-charset/Makefile | 4 | ||||
-rw-r--r-- | converters/ical2html/Makefile | 4 | ||||
-rw-r--r-- | converters/pdf2djvu/Makefile | 4 | ||||
-rw-r--r-- | converters/rcctools/Makefile | 4 | ||||
-rw-r--r-- | converters/recode/Makefile | 4 | ||||
-rw-r--r-- | converters/uudeview/Makefile | 2 | ||||
-rw-r--r-- | converters/xdeview/Makefile | 12 | ||||
-rw-r--r-- | converters/ytnef/Makefile | 1 |
11 files changed, 23 insertions, 22 deletions
diff --git a/converters/ascii2binary/Makefile b/converters/ascii2binary/Makefile index 43f4efb..09c284f 100644 --- a/converters/ascii2binary/Makefile +++ b/converters/ascii2binary/Makefile @@ -19,7 +19,8 @@ USE_GETTEXT= yes LICENSE= GPLv3 GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= bin/ascii2binary bin/binary2ascii diff --git a/converters/cocot/Makefile b/converters/cocot/Makefile index a9c8dda..de9372e 100644 --- a/converters/cocot/Makefile +++ b/converters/cocot/Makefile @@ -17,7 +17,8 @@ USE_BZIP2= yes USE_ICONV= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib DOCS_EN= COPYING ChangeLog DOCS_JA= ChangeLog.ja README.ja diff --git a/converters/enca/Makefile b/converters/enca/Makefile index db884d4..9ffc783 100644 --- a/converters/enca/Makefile +++ b/converters/enca/Makefile @@ -29,8 +29,8 @@ USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} -CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \ - LDFLAGS=-L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib MAN1= enca.1 MLINKS= enca.1 enconv.1 diff --git a/converters/fix-mime-charset/Makefile b/converters/fix-mime-charset/Makefile index ebf2ce6..fd9b6fe 100644 --- a/converters/fix-mime-charset/Makefile +++ b/converters/fix-mime-charset/Makefile @@ -21,8 +21,8 @@ PORTDOCS= README.koi8r README GNU_CONFIGURE= yes USE_PERL5_BUILD= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include MAN1= fix-mime-charset.1 PLIST_FILES= bin/fix-mime-charset diff --git a/converters/ical2html/Makefile b/converters/ical2html/Makefile index 9e81b85..0cd1082 100644 --- a/converters/ical2html/Makefile +++ b/converters/ical2html/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= ical.44:${PORTSDIR}/devel/libical GNU_CONFIGURE= yes -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include/libical -I${LOCALBASE}/include" \ - LDFLAGS=-L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include/libical -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.mk> diff --git a/converters/pdf2djvu/Makefile b/converters/pdf2djvu/Makefile index 2074d94..24d1784 100644 --- a/converters/pdf2djvu/Makefile +++ b/converters/pdf2djvu/Makefile @@ -20,8 +20,8 @@ LIB_DEPENDS= poppler.13:${PORTSDIR}/graphics/poppler LIB_DEPENDS+= djvulibre.24:${PORTSDIR}/graphics/djvulibre-nox11 GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBS=${PTHREAD_LIBS} \ - CPPFLAGS=-I${LOCALBASE}/include +CONFIGURE_ENV= LIBS=${PTHREAD_LIBS} +CPPFLAGS+= -I${LOCALBASE}/include USE_GMAKE= yes PLIST_FILES= bin/pdf2djvu diff --git a/converters/rcctools/Makefile b/converters/rcctools/Makefile index 92c2e74..15a59c2 100644 --- a/converters/rcctools/Makefile +++ b/converters/rcctools/Makefile @@ -19,8 +19,8 @@ LIB_DEPENDS= rcc.2:${PORTSDIR}/devel/librcc USE_BZIP2= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include PLIST_FILES= bin/rcc-recode diff --git a/converters/recode/Makefile b/converters/recode/Makefile index 18a205d..b369c51 100644 --- a/converters/recode/Makefile +++ b/converters/recode/Makefile @@ -20,8 +20,8 @@ USE_AUTOTOOLS= libtool USE_PERL5= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --without-included-gettext -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -fPIC MAN1= recode.1 diff --git a/converters/uudeview/Makefile b/converters/uudeview/Makefile index 2eb39d3..46d9d08 100644 --- a/converters/uudeview/Makefile +++ b/converters/uudeview/Makefile @@ -16,7 +16,7 @@ COMMENT= A program for uu/xx/Base64/BinHex/yEnc de-/encoding LIB_DEPENDS= uu.3:${PORTSDIR}/converters/uulib GNU_CONFIGURE= yes -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-tcl .include <bsd.port.pre.mk> diff --git a/converters/xdeview/Makefile b/converters/xdeview/Makefile index a5b3a96..c067f44 100644 --- a/converters/xdeview/Makefile +++ b/converters/xdeview/Makefile @@ -32,12 +32,12 @@ DOCFILES= ${FILESDIR}/porting.notes USE_TK= 82+ .include <bsd.port.pre.mk> -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib \ - -lX11 -ltcl${TCL_VER:S/.//} \ - -ltk${TCL_VER:S/.//} -lm" \ - CPPFLAGS="-I${TCL_INCLUDEDIR} -DHAVE_TCL \ - -I${TK_INCLUDEDIR} -DHAVE_TK \ - -I${LOCALBASE}/include" +CPPFLAGS+= -I${TCL_INCLUDEDIR} -DHAVE_TCL \ + -I${TK_INCLUDEDIR} -DHAVE_TK \ + -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib \ + -lX11 -ltcl${TCL_VER:S/.//} \ + -ltk${TCL_VER:S/.//} -lm post-install: ${STRIP_CMD} ${PREFIX}/bin/uuwish diff --git a/converters/ytnef/Makefile b/converters/ytnef/Makefile index 12e8005..0632de6 100644 --- a/converters/ytnef/Makefile +++ b/converters/ytnef/Makefile @@ -22,7 +22,6 @@ GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" PLIST_FILES= bin/ytnef bin/ytnefprocess.pl bin/ytnefprint PORTDOCS= AUTHORS NEWS README |