mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
28 lines
565 B
Makefile
28 lines
565 B
Makefile
# New ports collection makefile for: nana
|
|
# Date created: 30th May 1999
|
|
# Whom: Phil Maker <pjm@gnu.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nana
|
|
PORTVERSION= 2.5
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.cs.ntu.edu.au/pub/nana/ \
|
|
${MASTER_SITE_GENTOO}
|
|
MASTER_SITE_SUBDIR= distfiles
|
|
|
|
MAINTAINER= pjm@gnu.org
|
|
COMMENT= Support for assertion checking and logging using GNU C and GDB
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
INFO= nana
|
|
MAN1= nana.1 nana-clg.1
|
|
MAN3= nana.3 I.3 DI.3 L.3 DL.3 Q.3 Qstl.3
|
|
|
|
BROKEN= does not fetch
|
|
|
|
.include <bsd.port.mk>
|