openbsd-ports/x11/anonymous-pro/Makefile
matthieu 54556c1369 Don't install files with white space in their names.
Requested by and ok ajacoutot@
2010-09-06 18:06:13 +00:00

32 lines
862 B
Makefile

# $OpenBSD: Makefile,v 1.2 2010/09/06 18:06:13 matthieu Exp $
COMMENT = fixed width sans font designed especially for coders
PKG_ARCH = *
VERSION = 1.001
PKGNAME = anonymous-pro-${VERSION}
DISTNAME = AnonymousPro-${VERSION}
REVISION = 0
EXTRACT_SUFX = .zip
CATEGORIES = x11
MASTER_SITES = http://www.ms-studio.com/FontSales/
HOMEPAGE = http://www.ms-studio.com/FontSales/anonymouspro.html
# OFL http://scripts.sil.org/OFL
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
NO_BUILD = Yes
NO_REGRESS = Yes
FONTSDIR = ${PREFIX}/lib/X11/fonts/anonymous-pro
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/anonymous-pro
${INSTALL_DATA_DIR} ${FONTSDIR}
cd ${WRKDIST} ; /bin/pax -rw '-s/ //g' *.ttf ${FONTSDIR}
${INSTALL_DATA} ${WRKDIST}/*.txt ${PREFIX}/share/anonymous-pro
.include <bsd.port.mk>