blob: 735f174167cc70ec58a1e71b8299e674d94ec5df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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
USE_AUTOCONF= yes
MAN1= diction.1 style.1
.include <bsd.port.mk>
|