mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
26 lines
567 B
Makefile
26 lines
567 B
Makefile
# Created by: Florian Limberger <flo@snakeoilproductions.net>
|
|
|
|
PORTNAME= orbitron
|
|
DISTVERSION= g20110525
|
|
CATEGORIES= x11-fonts
|
|
|
|
MAINTAINER= flo@snakeoilproductions.net
|
|
COMMENT= Geometric sans-serif typeface intended for display purposes
|
|
|
|
LICENSE= OFL11
|
|
LICENSE_FILE= ${WRKSRC}/Open\ Font\ License.markdown
|
|
|
|
USES= fonts
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= theleagueof
|
|
GH_TAGNAME= 13e6a5222aa6818d81c9acd27edd701a2d744152
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/*.otf ${STAGEDIR}${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|