diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 1995-05-03 23:33:09 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 1995-05-03 23:33:09 +0000 |
commit | 4f68adf2968b705b30937724363fb16d35097d65 (patch) | |
tree | 6bb03bef7990534e31ac845c4b574ec5ad34216f /games/xonix/Makefile | |
parent | 2bdb1b051ffd27ae712adbd464f8eea9c8895827 (diff) | |
download | ports-4f68adf2968b705b30937724363fb16d35097d65.tar.gz ports-4f68adf2968b705b30937724363fb16d35097d65.zip |
Notes
Diffstat (limited to 'games/xonix/Makefile')
-rw-r--r-- | games/xonix/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/games/xonix/Makefile b/games/xonix/Makefile new file mode 100644 index 000000000000..7a4c453d6b5d --- /dev/null +++ b/games/xonix/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xonix +# Version required: 1.2 +# Date created: 3 May 1995 +# Whom: joerg +# +# $Id$ +# + +WRKSRC= ${WRKDIR}/xonix +DISTNAME= xonix-1.2 +# this game has not yet been published elsewhere +MASTER_SITES= ftp://freefall.cdrom.com/pub/FreeBSD/LOCAL_PORTS/ +CATEGORIES+= games + +MAINTAINER= joerg@FreeBSD.org + +LIB_DEPENDS= Xpm\\.:${PORTSDIR}/x11/xpm + +USE_IMAKE= yes + +.include <bsd.port.mk> |