diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2000-02-19 19:29:08 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2000-02-19 19:29:08 +0000 |
commit | beec2b84707cff4d64a0d7fa2be292a94017b75a (patch) | |
tree | 3e11277b97144f81d3e772b42d71efabe9a1fe06 /games/xmahjongg/Makefile | |
parent | 1b39f669dff4a7f55650fb0ec9cb7af7ad448cc1 (diff) | |
download | ports-beec2b84707cff4d64a0d7fa2be292a94017b75a.tar.gz ports-beec2b84707cff4d64a0d7fa2be292a94017b75a.zip |
Notes
Diffstat (limited to 'games/xmahjongg/Makefile')
-rw-r--r-- | games/xmahjongg/Makefile | 32 |
1 files changed, 6 insertions, 26 deletions
diff --git a/games/xmahjongg/Makefile b/games/xmahjongg/Makefile index a71c1f4fdc54..660c28119cc9 100644 --- a/games/xmahjongg/Makefile +++ b/games/xmahjongg/Makefile @@ -1,39 +1,19 @@ # New ports collection makefile for: xmahjongg -# Version required: +# Version required: 3.2 # Date created: 16 Aug 1996 # Whom: joerg@freebsd.org # # $FreeBSD$ # -DISTNAME= xmahjongg -PKGNAME= xmahjongg-1.0 +DISTNAME= xmahjongg-3.2 CATEGORIES= games -# Most Usenet archive sites don't store it as a .tar.gz, but Slackware -# and it's mirrors do. -MASTER_SITES= ftp://ftp.digex.net/pub/os/linux/slackware/source/xap/xgames/ \ - ftp://wcarchive.cdrom.com/pub/linux/slackware/source/xap/xgames/ +MASTER_SITES= http://www.lcdf.org/xmahjongg/ MAINTAINER= joerg@freebsd.org -WRKSRC= ${WRKDIR}/xmahjongg -USE_IMAKE= yes +USE_X_PREFIX= yes +GNU_CONFIGURE= yes MAN6= xmahjongg.6 -NO_CDROM= "Restrictive copyright" - -.include <bsd.port.pre.mk> - -post-extract: - @${CP} ${WRKSRC}/xmahjongg.6 ${WRKSRC}/xmahjongg.man - -pre-install: -.if !exists(${X11BASE}/lib/X11/fonts/local) - @${ECHO} "*********************************************************" - @${ECHO} "Please update your XFree86 to version 3.3.3 or later" - @${ECHO} "or add ${X11BASE}/lib/X11/fonts/local to your font path" - @${ECHO} "in /etc/XF86Config." - @${ECHO} "*********************************************************" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |