freebsd-ports/games/gemdropx/Makefile
Satoshi Asami c23cc4074c Making x11 category more useful project part 1: take out "x11" of
ports that are mere users of X.

Partial list submitted by: Josh Gilliam <josh@quick.net>
1998-07-27 23:25:33 +00:00

28 lines
817 B
Makefile

# New ports collection makefile for: gemdropx
# Version required: 1.0b3
# Date created: 9 March 1998
# Whom: Andrey Zakhvatov
#
# $Id: Makefile,v 1.1.1.1 1998/04/27 04:48:03 mph Exp $
#
DISTNAME= gemdropx
PKGNAME= gemdropx-1.0b3
CATEGORIES= games
MASTER_SITES= http://zippy.sonoma.edu/kendrick/nbs/unix/x/gemdropx/
MAINTAINER= andy@icc.surw.chel.su
MAKEFILE= makefile
USE_X11= yes
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/gemdropx ${PREFIX}/bin
@ ${MKDIR} ${PREFIX}/share/gemdropx/gfx
@ ${INSTALL_DATA} ${WRKSRC}/gfx/*.xbm ${PREFIX}/share/gemdropx/gfx
@ ${MKDIR} ${PREFIX}/share/gemdropx/sounds
@ ${INSTALL_DATA} ${WRKSRC}/sounds/*.au ${PREFIX}/share/gemdropx/sounds
@ ${MKDIR} ${PREFIX}/share/doc/gemdropx
@ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gemdropx
.include <bsd.port.mk>