diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-12-25 05:04:32 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-12-25 05:04:32 +0000 |
commit | 87aa883de8ced8235b46d7e8c118cd9a3e98ee66 (patch) | |
tree | 5293d8e757d6872718dac29a4d42de15f2fc9190 /graphics/autotrace/Makefile | |
parent | 39be48bb4caa0f9a2a664bbb011a437735211fc5 (diff) | |
download | FreeBSD-ports-87aa883de8ced8235b46d7e8c118cd9a3e98ee66.zip FreeBSD-ports-87aa883de8ced8235b46d7e8c118cd9a3e98ee66.tar.gz |
Update to 0.28
PR: 33148
Submitted by: maintainer
Diffstat (limited to 'graphics/autotrace/Makefile')
-rw-r--r-- | graphics/autotrace/Makefile | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile index 1269b36..a351307 100644 --- a/graphics/autotrace/Makefile +++ b/graphics/autotrace/Makefile @@ -6,11 +6,9 @@ # PORTNAME= autotrace -PORTVERSION= 0.27a -PORTREVISION= 1 +PORTVERSION= 0.28 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://homepage.go.com/~martweb/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= kanou@mil.allnet.ne.jp @@ -30,14 +28,9 @@ LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 USE_AUTOCONF= yes GNU_CONFIGURE= yes -USE_AUTOMAKE= yes USE_XLIB= yes -pre-configure: - @(cd ${WRKSRC} ; ${AUTOCONF}) - -do-configure: - @(cd ${WRKSRC}/ ; set CPPFLAGS="-I${PREFIX}/include" ; \ - set CFLAGS="-I${PREFIX}/include -L${PREFIX}/lib" ; ./configure ) +pre-install: + @(cd ${WRKSRC} ; perl -p -i.bak -e s/\\@OBJEXT\\@/o/ Makefile) .include <bsd.port.mk> |