diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-08-07 09:48:11 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-08-07 09:48:11 +0000 |
commit | 227d9cd11471d16ce5c079155efce7bb696fbdd3 (patch) | |
tree | d710e74f579cb8d61201600519b19174ed0ae52f /games/gnustep-sudoku/Makefile | |
parent | 689c89972e672800003dfea8ce3b70d42aafaa50 (diff) |
Notes
Diffstat (limited to 'games/gnustep-sudoku/Makefile')
-rw-r--r-- | games/gnustep-sudoku/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/games/gnustep-sudoku/Makefile b/games/gnustep-sudoku/Makefile new file mode 100644 index 000000000000..8b8761b744f5 --- /dev/null +++ b/games/gnustep-sudoku/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: sudoku +# Date created: 07 aug 2007 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +PORTNAME= sudoku +PORTVERSION= 0.6 +CATEGORIES= games gnustep +MASTER_SITES= http://www.gnustep.it/marko/Sudoku/ +PKGNAMEPREFIX= gnustep- +DISTNAME= Sudoku6 +EXTRACT_SUFX= .tgz + +MAINTAINER= dinoex@FreeBSD.org +COMMENT= Sudoku solver and generator + +USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes + +.include <bsd.port.mk> |