1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/x11-fonts/open-sans/Makefile

28 lines
614 B
Makefile
Raw Normal View History

# Created by: Florian Limberger <flo@snakeoilproductions.net>
PORTNAME= open-sans
PORTVERSION= 20180831
CATEGORIES= x11-fonts
MASTER_SITES= https://www.opensans.com/download/
DISTFILES= ${PORTNAME}.zip \
${PORTNAME}-condensed.zip
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
MAINTAINER= flo@snakeoilproductions.net
COMMENT= Clean and modern sans-serif typeface
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/Apache\ License.txt
USES= fonts zip
NO_ARCH= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>