diff options
author | miwi <miwi@FreeBSD.org> | 2006-07-22 18:32:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-07-22 18:32:50 +0800 |
commit | 5d7a4cfc84754365a72c847b8b236937423c353c (patch) | |
tree | fd9d4eba868ea03d7cbde6e02ef187d611ead959 /devel | |
parent | 57ed7bbf3c9b8757ffc5a019f8eba18c79735fbb (diff) | |
download | freebsd-ports-gnome-5d7a4cfc84754365a72c847b8b236937423c353c.tar.gz freebsd-ports-gnome-5d7a4cfc84754365a72c847b8b236937423c353c.tar.zst freebsd-ports-gnome-5d7a4cfc84754365a72c847b8b236937423c353c.zip |
- Pass maintainership to submitter
- Bumped portrevisionix plist
- Install supplementary scripts and emacs files
- Use gnometarget macro
- Remove unneccessory BISON dependency
- Bumped portrevision
- Fix plist
PR: ports/100667
Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by: krion (mentor)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cxref/Makefile | 13 | ||||
-rw-r--r-- | devel/cxref/pkg-plist | 17 |
2 files changed, 26 insertions, 4 deletions
diff --git a/devel/cxref/Makefile b/devel/cxref/Makefile index 2cca2ef87bdd..81e069554735 100644 --- a/devel/cxref/Makefile +++ b/devel/cxref/Makefile @@ -7,23 +7,28 @@ PORTNAME= cxref PORTVERSION= 1.6a +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.gedanken.demon.co.uk/download-cxref/ \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= devel/lang/c EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ssedov@mbsd.msk.ru COMMENT= C program cross-referencing & documentation tool -USE_BISON= yes USE_GMAKE= yes +USE_GNOME= gnometarget GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --without-cxref-cpp ALL_TARGET= programs MAN1= cxref.1 cxref-query.1 -PLIST_FILES= bin/cxref bin/cxref-cc bin/cxref-query + +post-install: + @${MKDIR} ${DATADIR} + @${INSTALL_SCRIPT} ${WRKSRC}/contrib/*.pl ${DATADIR} + @${INSTALL_DATA} ${WRKSRC}/contrib/*.el ${DATADIR} + @${INSTALL_DATA} ${WRKSRC}/contrib/README* ${DATADIR} .include <bsd.port.mk> diff --git a/devel/cxref/pkg-plist b/devel/cxref/pkg-plist new file mode 100644 index 000000000000..4d57f8fa3e94 --- /dev/null +++ b/devel/cxref/pkg-plist @@ -0,0 +1,17 @@ +bin/cxref +bin/cxref-cc +bin/cxref-query +%%DATADIR%%/README +%%DATADIR%%/README.xrgr +%%DATADIR%%/cflow.el +%%DATADIR%%/cxref.el +%%DATADIR%%/cxref_includes.pl +%%DATADIR%%/daVinvi_function.pl +%%DATADIR%%/daVinvi_include.pl +%%DATADIR%%/fixheader.pl +%%DATADIR%%/includes2cxref.pl +%%DATADIR%%/knr2ansi.pl +%%DATADIR%%/make_depend.pl +%%DATADIR%%/tree.pl +%%DATADIR%%/xrgr.pl +@dirrm %%DATADIR%% |