diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-19 09:32:44 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-19 09:32:44 +0000 |
commit | 42bb2c877cc21601ba95baabd21c888027c61740 (patch) | |
tree | defe5088c4bf12b5efbe8669e58d8b9425ccc68c /games/fortunate/Makefile | |
parent | 4bdac76237c2a9012caff6138f2e555acbba1589 (diff) | |
download | ports-42bb2c877cc21601ba95baabd21c888027c61740.tar.gz ports-42bb2c877cc21601ba95baabd21c888027c61740.zip |
Notes
Diffstat (limited to 'games/fortunate/Makefile')
-rw-r--r-- | games/fortunate/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/games/fortunate/Makefile b/games/fortunate/Makefile new file mode 100644 index 000000000000..b6aabc5602ad --- /dev/null +++ b/games/fortunate/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: fortunate +# Date created: 09 Nov 2006 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +PORTNAME= fortunate +PORTVERSION= 3.1 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_GNUSTEP_CH} + +MAINTAINER= dinoex@FreeBSD.org +COMMENT= Graphical front-end to the command-line BSD fortune + +USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes + +.include <bsd.port.mk> |