2000-12-19 09:17:41 +01:00
|
|
|
# New ports collection makefile for: diction
|
1998-08-04 19:04:18 +02:00
|
|
|
# Date created: 2 August 1998
|
|
|
|
# Whom: J Han <hjh@best.com>
|
|
|
|
#
|
1999-08-25 09:23:21 +02:00
|
|
|
# $FreeBSD$
|
1998-08-04 19:04:18 +02:00
|
|
|
#
|
|
|
|
|
2000-12-19 09:17:41 +01:00
|
|
|
PORTNAME= diction
|
2007-12-12 14:58:04 +01:00
|
|
|
PORTVERSION= 1.11
|
2000-12-19 09:17:41 +01:00
|
|
|
CATEGORIES= misc
|
2005-10-11 18:13:02 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
2003-05-20 18:53:10 +02:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1998-08-04 19:04:18 +02:00
|
|
|
|
2009-02-19 22:45:43 +01:00
|
|
|
MAINTAINER= mva@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= GNU diction and style
|
1998-08-04 19:04:18 +02:00
|
|
|
|
2005-04-24 20:09:43 +02:00
|
|
|
GNU_CONFIGURE= yes
|
1998-08-04 19:04:18 +02:00
|
|
|
|
2004-02-11 16:07:54 +01:00
|
|
|
PLIST_FILES= bin/diction bin/style share/diction/C share/diction/de \
|
2007-12-12 14:58:04 +01:00
|
|
|
share/diction/en share/diction/en_GB share/diction/nl
|
2004-02-11 16:07:54 +01:00
|
|
|
PLIST_DIRS= share/diction
|
|
|
|
|
2000-12-19 09:17:41 +01:00
|
|
|
MAN1= diction.1 style.1
|
1998-08-04 19:04:18 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|