freebsd-ports/x11/xsnow/Makefile
Jordan K. Hubbard ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00

13 lines
283 B
Makefile

DISTNAME= xsnow-1.39
DISTFILES= xsnow-1.39.tar.Z
USE_IMAKE= yes
MASTER_SITES= ftp://ftp.x.org/contrib/games/
CATEGORIES+= x11
pre-install:
@mkdir -p ${PREFIX}/bin
@mkdir -p ${PREFIX}/man/man6
@(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man)
.include <bsd.port.mk>