mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
23 lines
415 B
Makefile
23 lines
415 B
Makefile
# 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= ${MASTER_SITE_GNU} \
|
|
http://www.moria.de/~michael/diction/
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GNU diction and style
|
|
|
|
USE_AUTOCONF= yes
|
|
|
|
MAN1= diction.1 style.1
|
|
|
|
.include <bsd.port.mk>
|