mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
fbd43637e1
With hat: portmgr-secretary
25 lines
539 B
Makefile
25 lines
539 B
Makefile
# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pingwi
|
|
PORTVERSION= 0.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= http://www.pingwinsoft.ru/system/uploads/16/original/ \
|
|
http://fbsd.zlonet.ru/distfiles/
|
|
PKGNAMEPREFIX= font-
|
|
DISTNAME= fonts_test
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= PingWi Typography fonts
|
|
|
|
USES= fonts zip
|
|
NO_BUILD= yes
|
|
SUB_FILES= pkg-message
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|