aboutsummaryrefslogtreecommitdiff
path: root/graphics/autotrace/Makefile
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-04-22 20:02:47 +0000
committerPatrick Li <pat@FreeBSD.org>2002-04-22 20:02:47 +0000
commitbf6497a70da7f15975bafcdc17243ca38c69cd5e (patch)
treec5b1cdc915d3f30cd88e724eacedfcfaac653e23 /graphics/autotrace/Makefile
parente532b05aeaecb0e97fa6bb885b5fedaf2810182a (diff)
downloadports-bf6497a70da7f15975bafcdc17243ca38c69cd5e.tar.gz
ports-bf6497a70da7f15975bafcdc17243ca38c69cd5e.zip
Notes
Diffstat (limited to 'graphics/autotrace/Makefile')
-rw-r--r--graphics/autotrace/Makefile15
1 files changed, 10 insertions, 5 deletions
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile
index 22e812ed8866..014ff91aaa2a 100644
--- a/graphics/autotrace/Makefile
+++ b/graphics/autotrace/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= autotrace
-PORTVERSION= 0.29
-PORTREVISION= 1
+PORTVERSION= 0.30
CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= kanou@mil.allnet.ne.jp
@@ -29,9 +28,15 @@ LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
USE_AUTOCONF= yes
GNU_CONFIGURE= yes
+CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" \
+ CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/ming"
USE_XLIB= yes
-pre-install:
- @(cd ${WRKSRC} ; perl -p -i.bak -e s/\\@OBJEXT\\@/o/ Makefile)
+MAN1= autotrace.1
+
+pre-patch:
+ @${PERL} -pi.orig -e \
+ 's|\$$\(libdir\)/pkgconfig|\$$\(prefix\)/libdata/pkgconfig|' \
+ ${WRKSRC}/Makefile.in
.include <bsd.port.mk>