freebsd-ports/misc/diction/Makefile
Clement Laforet b1f86a88eb misc category cleanup part 3 of 6:
- Use DATADIR/DOCSDIR/PORTSDOC
- make portlint happy

* diction, earthview
    - kill pkg-plist

PR:                 61028
Submitted by:       Vincent Tantardini <vinc@FreeBSD-fr.org>
Updated/reworked by: me
2004-02-11 15:07:54 +00:00

26 lines
531 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
PLIST_FILES= bin/diction bin/style share/diction/C share/diction/de \
share/diction/en
PLIST_DIRS= share/diction
MAN1= diction.1 style.1
.include <bsd.port.mk>