summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-01-02 10:20:44 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-01-02 10:20:44 +0000
commit6d4994ee2b613bd0891304b1bce5bd019ca39b2b (patch)
tree0f11f02580dbb17b504fe8860bc87cc62748f28d /devel
parentCompile in the PyTix extensions, now that we have Tix. (diff)
Upgrade from 1.2b to 1.3.
Notes
Notes: svn path=/head/; revision=5165
Diffstat (limited to 'devel')
-rw-r--r--devel/cxref/Makefile39
-rw-r--r--devel/cxref/distinfo4
-rw-r--r--devel/cxref/pkg-plist9
3 files changed, 9 insertions, 43 deletions
diff --git a/devel/cxref/Makefile b/devel/cxref/Makefile
index 54b438089a68..9b98fa8701c6 100644
--- a/devel/cxref/Makefile
+++ b/devel/cxref/Makefile
@@ -1,49 +1,20 @@
# New ports collection makefile for: cxref
-# Version required: 1.2b
+# Version required: 1.3
# Date created: 23 October 1996
# Whom: Thomas Gellekum <tg@freebsd.org>
#
-# $Id: Makefile,v 1.2 1996/10/25 06:11:05 tg Exp $
+# $Id: Makefile,v 1.3 1996/11/18 11:22:40 asami Exp $
#
-DISTNAME= cxref-1.2
-PKGNAME= cxref-1.2b
+DISTNAME= cxref-1.3
CATEGORIES= devel
MASTER_SITES= ftp://ftp.demon.co.uk/pub/unix/unix/tools/
EXTRACT_SUFX= .tgz
-PATCHFILES= cxref-1.2-1.2a.diff.gz cxref-1.2a-1.2b.diff.gz
-PATCH_SITES= ${MASTER_SITES}
-
MAINTAINER= tg@freebsd.org
-WRKSRC= ${WRKDIR}/cxref
USE_GMAKE= yes
-ALL_TARGET= program
-PATCH_DIST_STRIP= -p1
-
-DOCDIR= ${PREFIX}/share/doc/cxref
-
-do-install:
- @mkdir -p ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/cxref ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/query/cxref-query ${PREFIX}/bin
- @mkdir -p ${DOCDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/cxref.sty ${DOCDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/fonts.sty ${DOCDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/page.sty ${DOCDIR}
-.if !defined(NOPORTDOCS)
- ${INSTALL_DATA} ${WRKSRC}/README.c ${DOCDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR}/README.cxref
- ${INSTALL_DATA} ${WRKSRC}/query/README ${DOCDIR}/README.query
- @${ECHO_MSG}
- @${ECHO_MSG} "Unfortunately, there's no man page."
- @${ECHO_MSG} "Please see ${DOCDIR}/README* for documentation."
-.endif
- @${ECHO_MSG}
- @${ECHO_MSG} "If you want to use the LaTeX output from cxref,"
- @${ECHO_MSG} "you should copy ${DOCDIR}/*.sty"
- @${ECHO_MSG} "to a directory where TeX looks for its input files."
- @${ECHO_MSG}
+ALL_TARGET= cxref-inst cxref-query
+MAN1= cxref.1 cxref-query.1
.include <bsd.port.mk>
diff --git a/devel/cxref/distinfo b/devel/cxref/distinfo
index fc0f1db631ab..5a7532c523de 100644
--- a/devel/cxref/distinfo
+++ b/devel/cxref/distinfo
@@ -1,3 +1 @@
-MD5 (cxref-1.2.tgz) = e1cf16216a337185548f42896298c099
-MD5 (cxref-1.2-1.2a.diff.gz) = f6b61204f8f1b1200b71197ca598c5c1
-MD5 (cxref-1.2a-1.2b.diff.gz) = 2414c5f4d45f2d8d54cf0b0b6bf3f142
+MD5 (cxref-1.3.tgz) = fe7d776bd4750408c066348b02bd5390
diff --git a/devel/cxref/pkg-plist b/devel/cxref/pkg-plist
index 480ae4c51c70..364252e19ff2 100644
--- a/devel/cxref/pkg-plist
+++ b/devel/cxref/pkg-plist
@@ -1,8 +1,5 @@
bin/cxref
bin/cxref-query
-share/doc/cxref/README.c
-share/doc/cxref/README.cxref
-share/doc/cxref/README.query
-share/doc/cxref/cxref.sty
-share/doc/cxref/fonts.sty
-share/doc/cxref/page.sty
+man/man1/cxref.1.gz
+man/man1/cxref-query.1.gz
+