2013-02-05 10:17:31 +01:00
|
|
|
# Created by: 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
|
2014-08-28 05:18:32 +02:00
|
|
|
PORTREVISION= 4
|
1996-11-18 12:44:27 +01:00
|
|
|
CATEGORIES= games
|
2013-02-05 10:17:31 +01:00
|
|
|
MASTER_SITES= XCONTRIB/../R5contrib
|
1998-05-13 23:26:11 +02:00
|
|
|
EXTRACT_SUFX= .tar.z
|
1995-04-20 20:21:16 +02:00
|
|
|
|
2008-11-29 01:11:56 +01:00
|
|
|
MAINTAINER= ports@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
|
2014-08-28 05:18:32 +02:00
|
|
|
RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir
|
2000-09-12 15:04:00 +02:00
|
|
|
|
2013-06-28 13:51:05 +02:00
|
|
|
USES= imake
|
2009-06-09 17:33:28 +02:00
|
|
|
USE_XORG= x11 xext
|
2000-09-12 15:04:00 +02:00
|
|
|
|
2014-08-28 05:18:32 +02:00
|
|
|
SUB_FILES= pkg-install pkg-deinstall
|
|
|
|
SUB_LIST= FONTSDIR="${FONTSDIR}"
|
1994-11-22 19:21:47 +01:00
|
|
|
|
2014-08-28 05:18:32 +02:00
|
|
|
PLIST_SUB= FONTSDIR="${FONTSDIR}"
|
|
|
|
|
|
|
|
DESKTOP_ENTRIES="XJewel" "" "" "${PORTNAME}" "" ""
|
1994-11-22 19:21:47 +01:00
|
|
|
|
2014-08-28 05:18:32 +02:00
|
|
|
FONTSDIR= lib/X11/fonts/local
|
2000-02-22 00:17:31 +01:00
|
|
|
|
1995-05-02 13:42:00 +02:00
|
|
|
post-install:
|
2014-08-28 05:18:32 +02:00
|
|
|
(cd ${WRKSRC}/bitmaps && ${INSTALL_DATA} seven_seg.pcf.gz \
|
|
|
|
${STAGEDIR}${PREFIX}/${FONTSDIR})
|
1995-04-20 20:21:16 +02:00
|
|
|
|
2004-07-23 21:10:32 +02:00
|
|
|
.include <bsd.port.mk>
|