mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
18 lines
373 B
Makefile
18 lines
373 B
Makefile
# Created by: Phil Maker <pjm@gnu.org>
|
|
|
|
PORTNAME= nana
|
|
PORTVERSION= 2.5
|
|
PORTREVISION= 1
|
|
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>
|