aboutsummaryrefslogtreecommitdiff
path: root/textproc/sablotron/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-02-23 03:06:26 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-02-23 03:06:26 +0000
commit7ffeb0f10c5624431a4161ed86c641cd53c868a1 (patch)
treedf55959c715eeb875c2ddbfc230006d2517b4305 /textproc/sablotron/Makefile
parenteac0824f540039b42fba584b3a1a7f8f0b362de9 (diff)
downloadports-7ffeb0f10c5624431a4161ed86c641cd53c868a1.tar.gz
ports-7ffeb0f10c5624431a4161ed86c641cd53c868a1.zip
Notes
Diffstat (limited to 'textproc/sablotron/Makefile')
-rw-r--r--textproc/sablotron/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile
index 95bf8ddb765b..44ec6467fca3 100644
--- a/textproc/sablotron/Makefile
+++ b/textproc/sablotron/Makefile
@@ -6,14 +6,10 @@
#
PORTNAME= Sablot
-PORTVERSION= 0.44
+PORTVERSION= 0.51
CATEGORIES= textproc
MASTER_SITES= http://download.gingerall.cz/sablot/
-PATCH_SITES= http://www.gingerall.com/download/
-PATCHFILES= Sablot-0.44.1.patch
-PATCH_DIST_STRIP= -p1
-
MAINTAINER= skv@protey.ru
LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv \
@@ -21,15 +17,12 @@ LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv \
INSTALLS_SHLIB= yes
LDCONFIG_DIRS= %%PREFIX%%/lib
-
+CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
USE_GMAKE= yes
USE_AUTOCONF= yes
USE_LIBTOOL= yes
post-patch:
-.for f in configure.in
- @${PERL} -pi -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/${f}
-.endfor
.if defined(WITH_RUSSIAN)
@${ECHO_MSG} "Patching for russian support..."
@cd ${WRKDIR} ; \