diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-12-25 05:04:32 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-12-25 05:04:32 +0000 |
commit | 6b55f3df83c8638b6cbdb28e86f308f80079ea41 (patch) | |
tree | da090e822c8cd18492d8ec5fe756494d6887392d /graphics/autotrace/Makefile | |
parent | 1a72bed384a0ba7150f9dc78d4f97a2eaac8c1c2 (diff) | |
download | ports-6b55f3df83c8638b6cbdb28e86f308f80079ea41.tar.gz ports-6b55f3df83c8638b6cbdb28e86f308f80079ea41.zip |
Notes
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 1269b36ef41d..a351307c12b5 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> |