mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
18 lines
328 B
Makefile
18 lines
328 B
Makefile
# Created by: Steve Wills <steve@stevenwills.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fist
|
|
PORTVERSION= 4.0
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ftp://ftp.fourmilab.ch/pub/fist/
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= An emphatic message generator
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN1= fist.1
|
|
PLIST_FILES= bin/fist
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|