freebsd-ports/misc/diction/Makefile

26 lines
525 B
Makefile
Raw Normal View History

# New ports collection makefile for: diction
# Date created: 2 August 1998
# Whom: J Han <hjh@best.com>
#
1999-08-25 09:23:21 +02:00
# $FreeBSD$
#
PORTNAME= diction
PORTVERSION= 1.11
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNU}
2003-05-20 18:53:10 +02:00
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= mva@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= GNU diction and style
2005-04-24 20:09:43 +02:00
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
.include <bsd.port.mk>