blob: 7c7429a6a13ccd3ae4a8a44ed183171371cc677d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: diction
# Date created: 2 August 1998
# Whom: J Han <hjh@best.com>
#
# $FreeBSD$
#
PORTNAME= diction
PORTVERSION= 1.02
CATEGORIES= misc
MASTER_SITES= http://www.moria.de/~michael/diction/
MAINTAINER= ports@FreeBSD.org
PORTCOMMENT= GNU diction and style
USE_AUTOCONF= yes
MAN1= diction.1 style.1
.include <bsd.port.mk>
|