3e0a2d7508
- Add license - Convert to options helpers Sponsored by: Absolight
25 lines
522 B
Makefile
25 lines
522 B
Makefile
# Created by: Alan Eldridge <alane@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= aft
|
|
PORTVERSION= 5.098
|
|
PORTEPOCH= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.maplefish.com/todd/
|
|
|
|
MAINTAINER= culot@FreeBSD.org
|
|
COMMENT= A document preparation system using an Almost Free Text input format
|
|
|
|
LICENSE= CART
|
|
LICENSE_GROUPS= FSF OSI
|
|
LICENSE_NAME= Clarified Artistic License
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
LICENSE_PERMS= auto-accept
|
|
|
|
USES= perl5 gmake
|
|
GNU_CONFIGURE= yes
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
PORTDOCS= *
|
|
|
|
.include <bsd.port.mk>
|