mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
24 lines
481 B
Makefile
24 lines
481 B
Makefile
# Created by: Dennis Herrmann <adox@mcx2.org>
|
|
|
|
PORTNAME= montecarlo_fonts
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= http://bok.net/MonteCarlo/downloads/ \
|
|
http://mirror.4bit.ws/
|
|
DISTNAME= MonteCarlo-PCF
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Monospace font
|
|
|
|
USES= fonts xorg
|
|
USE_XORG= x11
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/*.pcf ${STAGEDIR}${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|