1995-04-11 02:20:58 +02:00
|
|
|
# New ports collection makefile for: xjewel
|
|
|
|
# Date created: 22 November 1994
|
|
|
|
# Whom: jmz
|
|
|
|
#
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1995-04-11 02:20:58 +02:00
|
|
|
#
|
|
|
|
|
2000-04-14 14:28:40 +02:00
|
|
|
PORTNAME= xjewel
|
|
|
|
PORTVERSION= 1.6
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
PORTREVISION= 2
|
1996-11-18 12:44:27 +01:00
|
|
|
CATEGORIES= games
|
2000-02-13 02:21:24 +01:00
|
|
|
MASTER_SITES= ftp://ftp.warwick.ac.uk/pub/x11/ \
|
2001-09-23 21:50:42 +02:00
|
|
|
ftp://ftp.x.org/R5contrib/
|
1998-05-13 23:26:11 +02:00
|
|
|
EXTRACT_SUFX= .tar.z
|
1995-04-20 20:21:16 +02:00
|
|
|
|
1995-04-11 04:02:17 +02:00
|
|
|
MAINTAINER= jmz@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= X11 dropping jewels game
|
1995-04-11 02:20:58 +02:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
|
|
|
|
mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
|
|
|
|
mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
|
2000-09-12 15:04:00 +02:00
|
|
|
|
2004-07-23 21:10:32 +02:00
|
|
|
USE_IMAKE= yes
|
2000-09-12 15:04:00 +02:00
|
|
|
|
1998-09-28 04:25:34 +02:00
|
|
|
MAN6= xjewel.6
|
1994-11-22 19:21:47 +01:00
|
|
|
|
2000-02-13 02:21:24 +01:00
|
|
|
FONTSDIR= lib/X11/fonts/local
|
|
|
|
PLIST_SUB= FONTSDIR=${FONTSDIR}
|
1994-11-22 19:21:47 +01:00
|
|
|
|
2000-02-22 00:17:31 +01:00
|
|
|
pre-install:
|
|
|
|
@${SETENV} PKG_PREFIX=${PREFIX} \
|
2000-10-08 12:23:48 +02:00
|
|
|
${SH} ${PKGREQ} ${PKGNAME} INSTALL
|
2000-02-22 00:17:31 +01:00
|
|
|
|
1995-05-02 13:42:00 +02:00
|
|
|
post-install:
|
2000-02-13 02:21:24 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/bitmaps/seven_seg.pcf.gz ${PREFIX}/${FONTSDIR}
|
|
|
|
@(cd ${PREFIX}/${FONTSDIR} ; mkfontdir)
|
1995-04-20 20:21:16 +02:00
|
|
|
|
2004-07-23 21:10:32 +02:00
|
|
|
.include <bsd.port.mk>
|