diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-30 03:18:29 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-30 03:18:29 +0000 |
commit | 8c7d1a00d5763a2c74ab3251ddc63c73a714eb11 (patch) | |
tree | 90bc441661553b68967e89b5097cb0294b2e9112 /games/wmminichess/Makefile | |
parent | afc083c9da30e3d1b0cdf052423a68b93cab83eb (diff) |
Notes
Diffstat (limited to 'games/wmminichess/Makefile')
-rw-r--r-- | games/wmminichess/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/games/wmminichess/Makefile b/games/wmminichess/Makefile new file mode 100644 index 000000000000..39882066a603 --- /dev/null +++ b/games/wmminichess/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: (wm)miniCHESS +# Version required: 0.8 +# Date created: 24 Sep 1999 +# Whom: Will Andrews <andrews@technologist.com> +# +# $FreeBSD$ +# + +DISTNAME= miniCHESS-0.8 +PKGNAME= wmminichess-0.8 +CATEGORIES= games +MASTER_SITES= http://www.electricrain.com/edavis/miniCHESS/ + +MAINTAINER= andrews@technologist.com + +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +RUN_DEPENDS= ${LOCALBASE}/bin/gnuchessx:${PORTSDIR}/games/gnuchess + +USE_GMAKE= YES +USE_X_PREFIX= YES +MAKE_ENV= PREFIX="${PREFIX}" INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ + LOCAL="${LOCALBASE}" MKDIR="${MKDIR}" \ + INSTALL_DATA="${INSTALL_DATA}" + +.include <bsd.port.mk> |