diff options
Diffstat (limited to 'games/xgammon/Makefile')
-rw-r--r-- | games/xgammon/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/games/xgammon/Makefile b/games/xgammon/Makefile deleted file mode 100644 index 05427db986bb..000000000000 --- a/games/xgammon/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: xgammon -# Date created: 02 January 1997 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xgammon -PORTVERSION= 0.98a -PORTREVISION= 2 -CATEGORIES= games -MASTER_SITES= http://fawn.unibw-hamburg.de/steuer/xgammon/Downloads/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A backgammon program for X11 - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - -USE_IMAKE= yes -USE_XORG= x11 xext xaw xmu xt sm ice - -MAN6= xgammon.6 -PLIST_FILES= bin/xgammon lib/X11/app-defaults/XGammon \ - lib/X11/xgammon/xgammon.db -PLIST_DIRS= lib/X11/xgammon - -.include <bsd.port.mk> |