mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
19 lines
350 B
Makefile
19 lines
350 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= fortunate
|
|
PORTVERSION= 3.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= games gnustep
|
|
MASTER_SITES= ${MASTER_SITE_GNUSTEP_CH}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Graphical front-end to the command-line BSD fortune
|
|
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|