7a325e6491
Update x11-fonts/mkfontscale to 1.2.0 Remove x11-fonts/mkfontdir, which has been merged into mkfontscale. Update dependencies and bump portrevisions. Add an entry to UPDATING and MOVES Changelog: https://lists.x.org/archives/xorg/2019-March/059633.html Thanks to Antoine for the exp-run! PR: 236336 (exp-run) Obtained from: FreeBSD Graphics Team dev repo https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mkfontscale Sponsored by: B3 Init
27 lines
557 B
Makefile
27 lines
557 B
Makefile
# Created by: jmz
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xjewel
|
|
PORTVERSION= 1.6
|
|
PORTREVISION= 6
|
|
CATEGORIES= games
|
|
MASTER_SITES= XCONTRIB/../R5contrib
|
|
EXTRACT_SUFX= .tar.z
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= X11 dropping jewels game
|
|
|
|
BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf \
|
|
mkfontscale>=0:x11-fonts/mkfontscale
|
|
|
|
USES= fonts imake
|
|
USE_XORG= x11 xext
|
|
|
|
DESKTOP_ENTRIES="XJewel" "" "" "${PORTNAME}" "" ""
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
(cd ${WRKSRC}/bitmaps && ${INSTALL_DATA} seven_seg.pcf.gz \
|
|
${STAGEDIR}${FONTSDIR})
|
|
|
|
.include <bsd.port.mk>
|