mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ceba211283
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
29 lines
820 B
Makefile
29 lines
820 B
Makefile
# New ports collection makefile for: gemdropx
|
|
# Version required: 1.0b3
|
|
# Date created: 9 March 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $Id: Makefile,v 1.2 1998/07/27 23:24:38 asami 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_X_PREFIX= 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>
|