blob: 062d9beeada4fa62052d04fec3542aee43f1abbf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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>
|