1996-10-24 09:59:56 +02:00
|
|
|
# New ports collection makefile for: cxref
|
1996-10-25 08:11:05 +02:00
|
|
|
# Date created: 23 October 1996
|
|
|
|
# Whom: Thomas Gellekum <tg@freebsd.org>
|
1996-10-24 09:59:56 +02:00
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1996-10-24 09:59:56 +02:00
|
|
|
#
|
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= cxref
|
2005-05-08 16:18:22 +02:00
|
|
|
PORTVERSION= 1.6a
|
2006-07-22 12:32:50 +02:00
|
|
|
PORTREVISION= 1
|
1996-11-18 12:44:27 +01:00
|
|
|
CATEGORIES= devel
|
2004-10-12 12:25:34 +02:00
|
|
|
MASTER_SITES= http://www.gedanken.demon.co.uk/download-cxref/ \
|
|
|
|
${MASTER_SITE_SUNSITE}
|
1999-09-27 04:36:51 +02:00
|
|
|
MASTER_SITE_SUBDIR= devel/lang/c
|
1996-10-24 09:59:56 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2006-07-22 12:32:50 +02:00
|
|
|
MAINTAINER= ssedov@mbsd.msk.ru
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= C program cross-referencing & documentation tool
|
1996-10-24 09:59:56 +02:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2006-07-22 12:32:50 +02:00
|
|
|
USE_GNOME= gnometarget
|
1999-09-27 04:36:51 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2004-10-12 12:25:34 +02:00
|
|
|
CONFIGURE_ARGS= --without-cxref-cpp
|
|
|
|
ALL_TARGET= programs
|
2001-06-12 16:25:45 +02:00
|
|
|
|
2004-07-01 09:46:04 +02:00
|
|
|
MAN1= cxref.1 cxref-query.1
|
2006-07-22 12:32:50 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${DATADIR}
|
|
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/contrib/*.pl ${DATADIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/contrib/*.el ${DATADIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/contrib/README* ${DATADIR}
|
1996-10-24 09:59:56 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|