mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
23 lines
463 B
Makefile
23 lines
463 B
Makefile
# Created by: J Han <hjh@best.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= diction
|
|
PORTVERSION= 1.11
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= mva@FreeBSD.org
|
|
COMMENT= GNU diction and style
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/diction bin/style share/diction/C share/diction/de \
|
|
share/diction/en share/diction/en_GB share/diction/nl
|
|
PLIST_DIRS= share/diction
|
|
|
|
MAN1= diction.1 style.1
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|