1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/news/cg/Makefile
Dmitry Marakasov 49278d150d - Add LICENSE
- Update WWW
2017-12-27 09:00:39 +00:00

21 lines
349 B
Makefile

# Created by: bkhl@elektrubadur.se
# $FreeBSD$
PORTNAME= cg
PORTVERSION= 0.4
CATEGORIES= news
MASTER_SITES= http://www.nih.at/cg/
MAINTAINER= ports@FreeBSD.org
COMMENT= Semi-automatic newsgroup binary downloader
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
PLIST_FILES= bin/cg \
man/man1/cg.1.gz
.include <bsd.port.mk>