diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1996-08-16 13:28:47 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1996-08-16 13:28:47 +0000 |
commit | a8adcff438e2b266582f536e1f3820f509236a99 (patch) | |
tree | 687668e1d328683670af14ffc873694c48e6b1d1 /games/xblackjack/Makefile | |
parent | 02c59addd7f99e4d2cfe1db58091b0759093bb2c (diff) | |
download | ports-a8adcff438e2b266582f536e1f3820f509236a99.tar.gz ports-a8adcff438e2b266582f536e1f3820f509236a99.zip |
Notes
Diffstat (limited to 'games/xblackjack/Makefile')
-rw-r--r-- | games/xblackjack/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/games/xblackjack/Makefile b/games/xblackjack/Makefile new file mode 100644 index 000000000000..01f2b58bbe37 --- /dev/null +++ b/games/xblackjack/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: xblackjack +# Version required: 2.2 +# Date created: +# Whom: erich@FreeBSD.org +# +# $Id$ +# + +DISTNAME= xblackjack-2.2 +CATEGORIES+= games +MASTER_SITES= ftp://ftp.x.org/contrib/games/ +REQUIRES_MOTIF= yes +USE_IMAKE= yes + +MAINTAINER= erich@FreeBSD.org + +.include <bsd.port.mk> |