opnsense-ports/misc/diction/Makefile
Franco Fichtner e17aa5f071 */*: sync with upstream
Taken from: FreeBSD
2015-05-15 07:27:23 +02:00

21 lines
413 B
Makefile

# Created by: J Han <hjh@best.com>
# $FreeBSD$
PORTNAME= diction
PORTVERSION= 1.11
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= GNU
MAINTAINER= mva@FreeBSD.org
COMMENT= GNU diction and style
LICENSE= GPLv3
GNU_CONFIGURE= yes
PLIST_FILES= bin/diction bin/style ${DATADIR}/C ${DATADIR}/de \
${DATADIR}/en ${DATADIR}/en_GB ${DATADIR}/nl \
man/man1/diction.1.gz man/man1/style.1.gz
.include <bsd.port.mk>