1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/misc/diction/Makefile
Muhammad Moinur Rahman 5ebe945ba1
misc/diction: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-24 21:06:26 +01:00

21 lines
395 B
Makefile

PORTNAME= diction
PORTVERSION= 1.11
PORTREVISION= 3
CATEGORIES= misc
MASTER_SITES= GNU
MAINTAINER= ports@FreeBSD.org
COMMENT= GNU diction and style
WWW= https://www.gnu.org/software/diction/diction.html
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
.include <bsd.port.mk>