mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
22 lines
445 B
Makefile
22 lines
445 B
Makefile
# New ports collection makefile for: aft
|
|
# Date created: 2002/03/28
|
|
# Whom: Alan Eldridge <alane@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= aft
|
|
PORTVERSION= 5.0793
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.maplefish.com/todd/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A document preparation system using an Almost Free Text input format
|
|
|
|
USE_PERL5= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_SUB+= DOCSDIR=${DOCSDIR:S|${PREFIX}/||}
|
|
|
|
.include <bsd.port.mk>
|