1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/news/cg/Makefile
Muhammad Moinur Rahman 901e7a6d83
news/cg: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-25 12:32:34 +01:00

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>