mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
24 lines
483 B
Makefile
24 lines
483 B
Makefile
# 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>
|