blob: 1bc4ad5995e3d53508c0a7e2c5b8e1b9ddeb46f9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: diction
# Version required: 0.8
# Date created: 2 August 1998
# Whom: J Han <hjh@best.com>
#
# $Id: Makefile,v 1.2 1999/01/10 18:41:00 steve Exp $
#
DISTNAME= diction-0.8
CATEGORIES= misc
MASTER_SITES= ftp://cantor.informatik.rwth-aachen.de/pub/unix/
MAINTAINER= ports@freebsd.org
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAKE_ENV= MKDIR="$(MKDIR)"
MAN1= diction.1 style.1
.include <bsd.port.mk>
|