mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
901e7a6d83
Approved by: portmgr (blanket)
21 lines
392 B
Makefile
21 lines
392 B
Makefile
PORTNAME= cg
|
|
PORTVERSION= 0.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= news
|
|
MASTER_SITES= http://www.nih.at/cg/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Semi-automatic newsgroup binary downloader
|
|
WWW= https://www.nih.at/cg/
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
|
|
PLIST_FILES= bin/cg \
|
|
share/man/man1/cg.1.gz
|
|
|
|
.include <bsd.port.mk>
|