diff options
Diffstat (limited to 'devel/nglogc/Makefile')
-rw-r--r-- | devel/nglogc/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/nglogc/Makefile b/devel/nglogc/Makefile deleted file mode 100644 index 0c6c7fb65535..000000000000 --- a/devel/nglogc/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Created by: Veniamin Gvozdikov <vg@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= nglogc -PORTVERSION= 1.1.0 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= GOOGLE_CODE - -MAINTAINER= vg@FreeBSD.org -COMMENT= Flexible C logging API - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -USES= libtool -GNU_CONFIGURE= yes -USE_LDCONFIG= yes - -.include <bsd.port.mk> |