diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-07-22 10:32:50 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-07-22 10:32:50 +0000 |
commit | 3a0aac48908323e0ff03bc97660e16a4b64c0ef7 (patch) | |
tree | 7ae58057659457cf52b062826c273567373b98fb /devel/cxref/Makefile | |
parent | a813acade81e24d273dfb93993f8fa4d1584f459 (diff) |
Notes
Diffstat (limited to 'devel/cxref/Makefile')
-rw-r--r-- | devel/cxref/Makefile | 13 |
1 files changed, 9 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> |