blob: c94be93dfddbf97e56c4f9d8d000e73bc3ce7c3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: nana
# Date created: 30th May 1999
# Whom: Phil Maker <pjm@gnu.org>
#
# $FreeBSD$
#
PORTNAME= nana
PORTVERSION= 2.4
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cs.ntu.edu.au/pub/nana/
MAINTAINER= pjm@gnu.org
COMMENT= Support for assertion checking and logging using GNU C and GDB
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= nana.1 nana-clg.1
MAN3= nana.3 I.3 DI.3 L.3 DL.3 Q.3 Qstl.3
.include <bsd.port.mk>
|