mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
3f651573ad
Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
27 lines
535 B
Makefile
27 lines
535 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_VER= 213
|
|
|
|
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>
|