freebsd-ports/x11-fonts/getbdf/Makefile
Satoshi Asami 3103ea2f76 Move "etlfonts freefonts getbdf sharefonts tkfont xfed xmbdfed" from
x11 to fonts.  While I'm here, change the category names in some
(hopefully all) CJK font ports.
1998-08-07 22:43:13 +00:00

25 lines
566 B
Makefile

# New ports collection makefile for: getbdf
# Version required: ?
# Date created: 30 August 1996
# Whom: ache
#
# $Id: Makefile,v 1.5 1998/08/05 09:31:43 asami Exp $
#
DISTNAME= getbdf
PKGNAME= getbdf-1.0
CATEGORIES= x11-fonts
MASTER_SITES= ftp://ftp.ipa.fhg.de/pub/X/
EXTRACT_SUFX= .tar.Z
MAINTAINER= ache@FreeBSD.org
USE_X_PREFIX= yes
NO_WRKSUBDIR= yes
ALL_TARGET= getbdf
do-install:
cd ${WRKSRC}; \
${INSTALL} -c -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} getbdf ${PREFIX}/bin
.include <bsd.port.mk>