mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update MASTER_SITES
- Respect MANPREFIX - Add LICENSE (MIT) - Trim Makefile header - Add WWW to pkg-descr PR: ports/172256 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Approved by: makc, avilla (mentors, implicit) Feature safe: yes
This commit is contained in:
parent
2719b4c304
commit
14b4f073c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306365
@ -1,20 +1,18 @@
|
||||
# New ports collection makefile for: pcf2bdf
|
||||
# Date created: 2003/01/20
|
||||
# Whom: nork@FreeBSD.org
|
||||
#
|
||||
# Created by: nork@FreeBSD.org
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pcf2bdf
|
||||
PORTVERSION= 1.04
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= http://www.tsg.ne.jp/GANA/S/pcf2bdf/
|
||||
MASTER_SITES= http://cloud.github.com/downloads/ganaware/pcf2bdf/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Convert X font from PCF to BDF
|
||||
|
||||
NO_WRKSUBDIR= YES
|
||||
LICENSE= MIT
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
MAN1= pcf2bdf.1
|
||||
PLIST_FILES= bin/pcf2bdf
|
||||
@ -24,6 +22,6 @@ do-build:
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/pcf2bdf ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/pcf2bdf.man ${PREFIX}/man/man1/pcf2bdf.1
|
||||
${INSTALL_MAN} ${WRKSRC}/pcf2bdf.man ${MANPREFIX}/man/man1/pcf2bdf.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -5,3 +5,5 @@ be found in your PATH.
|
||||
|
||||
FONTBOUNDINGBOX in a BDF file is not used by bdftopcf, so pcf2bdf
|
||||
generates irresponsible values.
|
||||
|
||||
WWW: https://github.com/ganaware/pcf2bdf
|
||||
|
Loading…
Reference in New Issue
Block a user