1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/devel/nana/Makefile
Michael Scheidell ef1f516cb0 - Unbreak by fixing MASTER_SITES [1]
- Remove MASTER_SITE_GENTOO [2]
- Add in http as default [2]
- Change FETCH_ARGS since mirror sends 302 [2]

PR:		ports/167163 [1]
Submitted by:	Phil Maker <pjm@gnu.org> (maintainer)
Reviewed by:	scheidell (me) [2]
2012-04-22 11:03:38 +00:00

26 lines
567 B
Makefile

# New ports collection makefile for: nana
# Date created: 30th May 1999
# Whom: 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
.include <bsd.port.mk>