17 lines
369 B
Makefile
17 lines
369 B
Makefile
# Created by: Phil Maker <pjm@gnu.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= nana
|
|
PORTVERSION= 2.5
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://download.savannah.gnu.org/releases/nana/ \
|
|
ftp://download.savannah.gnu.org/releases/nana/
|
|
|
|
MAINTAINER= pjm@gnu.org
|
|
COMMENT= Support for assertion checking and logging using GNU C and GDB
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INFO= nana
|
|
|
|
.include <bsd.port.mk>
|