mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
97c87bb90f
- switch SITES to https - remove @comment .orig (pre-.orig.port), delete file during build instead - delete dead homepage, 404 for 10+ years
25 lines
580 B
Makefile
25 lines
580 B
Makefile
COMMENT= collection of ATM fonts from the CICA archives
|
|
|
|
DISTNAME= freefonts-0.10
|
|
REVISION= 3
|
|
CATEGORIES= fonts x11
|
|
|
|
SITES= https://download.gimp.org/pub/gimp/fonts/
|
|
|
|
# lots of different custom licenses, the worst one wins
|
|
PERMIT_PACKAGE= no license
|
|
PERMIT_DISTFILES= no license
|
|
|
|
WRKDIST= ${WRKDIR}
|
|
NO_BUILD= Yes
|
|
NO_TEST= Yes
|
|
PKG_ARCH= *
|
|
FREEFONTDIR= ${PREFIX}/share/fonts
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${FREEFONTDIR}
|
|
cd ${WRKDIST} && tar -cf - -s '/^.*fonts.dir//' freefont | (cd ${FREEFONTDIR} && tar -xf -)
|
|
rm ${PREFIX}/share/fonts/${PATCHORIG}
|
|
|
|
.include <bsd.port.mk>
|