f900961ee0
- fix HOMEPAGE and MASTER_SITES maintainer timed-out
38 lines
868 B
Makefile
38 lines
868 B
Makefile
# $OpenBSD: Makefile,v 1.17 2008/11/05 18:28:37 jasper Exp $
|
|
|
|
COMMENT= fixed width fonts especially for long hacking sessions
|
|
|
|
DISTNAME= terminus-font-4.28
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://www.is-vn.bg/hamster/
|
|
|
|
MAINTAINER= Victor Sahlstedt <salan@legonet.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
CONFIGURE_STYLE= simple
|
|
NO_REGRESS= Yes
|
|
USE_X11= Yes
|
|
|
|
ALL_TARGET= pcf
|
|
|
|
FONTDIR= ${PREFIX}/lib/X11/fonts/terminus
|
|
|
|
do-install:
|
|
${GZIP_CMD} ${WRKSRC}/*.pcf
|
|
${X11BASE}/bin/mkfontdir ${WRKSRC}
|
|
egrep '\.pcf\.gz' ${WRKSRC}/fonts.dir | \
|
|
sed 's/\.pcf\.gz//g' > ${WRKSRC}/fonts.alias
|
|
${INSTALL_DATA_DIR} ${FONTDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/*.pcf.gz ${FONTDIR}
|
|
${INSTALL_DATA} ${WRKBUILD}/fonts.alias ${FONTDIR}/fonts.alias-terminus
|
|
|
|
.include <bsd.port.mk>
|