[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / fonts / free3of9-ttf

File: [local] / ports / fonts / free3of9-ttf / Makefile (download)

Revision 1.4, Thu Sep 21 15:28:03 2023 UTC (8 months, 1 week ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.3: +1 -1 lines

->SITES

PKG_ARCH=	*

COMMENT=	3 of 9 (code 39) barcode fonts

DISTNAME=	free3of9
EXTRACT_SUFX=	.zip
PKGNAME=	free3of9-ttf-20110209
CATEGORIES=	fonts x11

HOMEPAGE=	http://www.squaregear.net/fonts/free3of9.shtml

# MIT
PERMIT_PACKAGE=	Yes

SITES=		http://www.squaregear.net/fonts/

NO_BUILD=	Yes
NO_TEST=	Yes

WRKDIST=	${WRKDIR}

do-install:
	${INSTALL_DATA_DIR} ${PREFIX}/share/fonts/free3of9
	${INSTALL_DATA} ${WRKSRC}/*.{txt,ttf} ${PREFIX}/share/fonts/free3of9

.include <bsd.port.mk>