1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/news/yencode/Makefile
Muhammad Moinur Rahman af784c932c
news/yencode: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-25 12:32:46 +01:00

19 lines
382 B
Makefile

PORTNAME= yencode
PORTVERSION= 0.46
PORTREVISION= 8
CATEGORIES= news
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Free (GPL) encoder and decoder for the yEnc Usenet file format
WWW= http://www.yencode.org/
USES= gettext
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>