1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/misc/diction/Makefile
2021-04-06 16:31:07 +02:00

21 lines
335 B
Makefile

# Created by: J Han <hjh@best.com>
PORTNAME= diction
PORTVERSION= 1.11
PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= GNU
MAINTAINER= ports@FreeBSD.org
COMMENT= GNU diction and style
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
.include <bsd.port.mk>