mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
a4a427455f
Approved by: portmgr@
18 lines
370 B
Makefile
18 lines
370 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>
|