diff options
Diffstat (limited to 'x11/xsnow/Makefile')
-rw-r--r-- | x11/xsnow/Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/x11/xsnow/Makefile b/x11/xsnow/Makefile deleted file mode 100644 index 86987e5e9451..000000000000 --- a/x11/xsnow/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: xsnow -# Version required: 1.39 -# Date created: 12 November 1994 -# Whom: jmz -# -# $Id$ -# - -DISTNAME= xsnow-1.39 -CATEGORIES+= x11 -MASTER_SITES= ftp://ftp.x.org/contrib/games/ -DISTFILES= xsnow-1.39.tar.Z - -MAINTAINER= jmz@FreeBSD.org - -USE_IMAKE= yes - -pre-install: - @mkdir -p ${PREFIX}/bin - @mkdir -p ${PREFIX}/man/man6 - @(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man) - -.include <bsd.port.mk> |