mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
20 lines
398 B
Makefile
20 lines
398 B
Makefile
PORTNAME= fist
|
|
PORTVERSION= 4.1
|
|
PORTREVISION= 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
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
|
|
PLIST_FILES= bin/fist \
|
|
share/man/man1/fist.1.gz
|
|
|
|
.include <bsd.port.mk>
|