opnsense-ports/misc/diction/Makefile
Franco Fichtner a53729b4be */*: sync with upstream
Taken from: FreeBSD
2017-02-28 07:56:01 +01:00

21 lines
347 B
Makefile

# Created by: J Han <hjh@best.com>
# $FreeBSD$
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>