aboutsummaryrefslogtreecommitdiffstats
path: root/misc/diction/Makefile
blob: 715b1409702eabaf7c4c452dd70d344242896974 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: J Han <hjh@best.com>
# $FreeBSD$

PORTNAME=   diction
PORTVERSION=    1.11
PORTREVISION=   1
CATEGORIES= misc
MASTER_SITES=   ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}

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
PLIST_DIRS= ${DATADIR}

.include <bsd.port.mk>