17 lines
300 B
Makefile
17 lines
300 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
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/cg \
|
|
man/man1/cg.1.gz
|
|
|
|
.include <bsd.port.mk>
|