1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/x11-fonts/pingwi/Makefile
Rene Ladan fbd43637e1 Reset vg@'s ports after he resigned.
With hat:	portmgr-secretary
2018-02-23 21:09:47 +00:00

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>