mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
5ebe945ba1
Approved by: portmgr (blanket)
21 lines
395 B
Makefile
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>
|