diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-27 18:05:37 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-27 18:05:37 +0000 |
commit | 4173473e86c9a0eda4e0e16758ba345fac4a053d (patch) | |
tree | d5a41a3c30fbf9739c6320ffb6072f4702173fe7 /devel/cxref | |
parent | 5a1e427b83e2159916bca905c851314a3c0f0a18 (diff) | |
download | ports-4173473e86c9a0eda4e0e16758ba345fac4a053d.tar.gz ports-4173473e86c9a0eda4e0e16758ba345fac4a053d.zip |
Notes
Diffstat (limited to 'devel/cxref')
-rw-r--r-- | devel/cxref/Makefile | 12 | ||||
-rw-r--r-- | devel/cxref/distinfo | 4 | ||||
-rw-r--r-- | devel/cxref/pkg-plist | 4 |
3 files changed, 9 insertions, 11 deletions
diff --git a/devel/cxref/Makefile b/devel/cxref/Makefile index a6a239eb7797..09a7c378dc05 100644 --- a/devel/cxref/Makefile +++ b/devel/cxref/Makefile @@ -6,22 +6,24 @@ # PORTNAME= cxref -PORTVERSION= 1.5e -PORTREVISION= 1 +PORTVERSION= 1.5g CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - ftp://ftp.demon.co.uk/pub/unix/tools/ + http://www.gedanken.demon.co.uk/download-cxref/ MASTER_SITE_SUBDIR= devel/lang/c EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= C program cross-referencing & documentation tool +USE_BISON= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --with-cxref-cpp -MAN1= cxref.1 cxref-cpp.1 cxref-query.1 +MAN1= cxref.1 cxref-query.1 cxref-cpp.1 cxref-cpp-configure.1 +PLIST_FILES= bin/cxref bin/cxref-cc bin/cxref-query \ + bin/cxref-cpp bin/cxref-cpp-configure %%DATADIR%%/cxref-cpp.defines +PLIST_DIRS= %%DATADIR%% .include <bsd.port.mk> diff --git a/devel/cxref/distinfo b/devel/cxref/distinfo index dc6f4fec4960..a62f3b1c386b 100644 --- a/devel/cxref/distinfo +++ b/devel/cxref/distinfo @@ -1,2 +1,2 @@ -MD5 (cxref-1.5e.tgz) = 95d6055615f2fdefb39a2647ac70702f -SIZE (cxref-1.5e.tgz) = 328258 +MD5 (cxref-1.5g.tgz) = cf54c31438f9e5de17614f7c41fb63a5 +SIZE (cxref-1.5g.tgz) = 343174 diff --git a/devel/cxref/pkg-plist b/devel/cxref/pkg-plist deleted file mode 100644 index 12f80b6fc23a..000000000000 --- a/devel/cxref/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/cxref -bin/cxref-cc -bin/cxref-cpp -bin/cxref-query |