diff options
Diffstat (limited to 'games/xspacewarp/Makefile')
-rw-r--r-- | games/xspacewarp/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/games/xspacewarp/Makefile b/games/xspacewarp/Makefile new file mode 100644 index 000000000000..259d6d55194f --- /dev/null +++ b/games/xspacewarp/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xspacewarp +# Version required: 1.2 +# Date created: 16 May 1998 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= xspacewarp-1.2 +CATEGORIES= games x11 +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= games + +MAINTAINER= andy@icc.surw.chel.su + +USE_IMAKE= yes + +do-install: + @ ${INSTALL_PROGRAM} ${WRKSRC}/xspacewarp ${PREFIX}/bin + @ ${INSTALL_DATA} ${WRKSRC}/XSpacewarp.app_def ${X11BASE}/lib/X11/app-defaults/XSpacewarp + +.include <bsd.port.mk> |