mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
30433f0c7f
With hat: portmgr-secretary
25 lines
424 B
Makefile
25 lines
424 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= comic-neue
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= http://comicneue.com/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Free Comic Sans alternative
|
|
|
|
LICENSE= CC0-1.0
|
|
|
|
USES= fonts zip
|
|
NO_BUILD= yes
|
|
|
|
SUB_FILES= pkg-message
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|