diff options
author | steve <steve@FreeBSD.org> | 1998-08-10 20:23:08 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-08-10 20:23:08 +0800 |
commit | adea992e8d29482173f5976229fa615bce6cfd5c (patch) | |
tree | 7bb3c2ebc621c397a84182fcac16f80d157ad55a /games/gemdropx/Makefile | |
parent | ad932adaed0495e0295f69ab04e52e5901a4f135 (diff) | |
download | freebsd-ports-gnome-adea992e8d29482173f5976229fa615bce6cfd5c.tar.gz freebsd-ports-gnome-adea992e8d29482173f5976229fa615bce6cfd5c.tar.zst freebsd-ports-gnome-adea992e8d29482173f5976229fa615bce6cfd5c.zip |
Update (?) to version 0.4.
PR: 7554
Submitted by: maintainer
Diffstat (limited to 'games/gemdropx/Makefile')
-rw-r--r-- | games/gemdropx/Makefile | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/games/gemdropx/Makefile b/games/gemdropx/Makefile index 470dba20edc0..607d37f2bc3c 100644 --- a/games/gemdropx/Makefile +++ b/games/gemdropx/Makefile @@ -1,28 +1,32 @@ # New ports collection makefile for: gemdropx -# Version required: 1.0b3 +# Version required: 0.4 # Date created: 9 March 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.2 1998/07/27 23:24:38 asami Exp $ +# $Id: Makefile,v 1.3 1998/08/05 09:30:53 asami Exp $ # -DISTNAME= gemdropx -PKGNAME= gemdropx-1.0b3 +DISTNAME= gemdropx.0.4 +PKGNAME= gemdropx-0.4 CATEGORIES= games -MASTER_SITES= http://zippy.sonoma.edu/kendrick/nbs/unix/x/gemdropx/ +MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/gemdropx/ MAINTAINER= andy@icc.surw.chel.su +ALL_TARGET= gemdropx MAKEFILE= makefile USE_X_PREFIX= yes +WRKSRC= ${WRKDIR}/gemdropx do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/gemdropx ${PREFIX}/bin @ ${MKDIR} ${PREFIX}/share/gemdropx/gfx - @ ${INSTALL_DATA} ${WRKSRC}/gfx/*.xbm ${PREFIX}/share/gemdropx/gfx + @ ${INSTALL_DATA} ${WRKSRC}/gfx/* ${PREFIX}/share/gemdropx/gfx @ ${MKDIR} ${PREFIX}/share/gemdropx/sounds - @ ${INSTALL_DATA} ${WRKSRC}/sounds/*.au ${PREFIX}/share/gemdropx/sounds + @ ${INSTALL_DATA} ${WRKSRC}/sounds/* ${PREFIX}/share/gemdropx/sounds +.if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/gemdropx - @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gemdropx + @ ${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/gemdropx +.endif .include <bsd.port.mk> |