mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
23 lines
484 B
Makefile
23 lines
484 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
|
|
|
|
FETCH_ARGS= -Fpr
|
|
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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|