mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
355b2fb14a
- Add LICENSE PD - Add LICENSE_FILE
19 lines
336 B
Makefile
19 lines
336 B
Makefile
PORTNAME= fist
|
|
PORTVERSION= 4.1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= https://www.fourmilab.ch/fist/
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Emphatic message generator
|
|
WWW= https://www.fourmilab.ch/fist/
|
|
|
|
LICENSE= PD
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/fist \
|
|
man/man1/fist.1.gz
|
|
|
|
.include <bsd.port.mk>
|