mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
c0f7e3d9fc
PR: 117728 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
27 lines
592 B
Makefile
27 lines
592 B
Makefile
# New ports collection makefile for: diction
|
|
# Date created: 2 August 1998
|
|
# Whom: J Han <hjh@best.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= diction
|
|
PORTVERSION= 1.11
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= mva@sysfault.org
|
|
COMMENT= GNU diction and style
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
PLIST_FILES= bin/diction bin/style share/diction/C share/diction/de \
|
|
share/diction/en share/diction/en_GB share/diction/nl
|
|
PLIST_DIRS= share/diction
|
|
|
|
MAN1= diction.1 style.1
|
|
|
|
.include <bsd.port.mk>
|