1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/x11-fonts/sharefonts/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

33 lines
793 B
Makefile

# New ports collection makefile for: sharefonts
# Version required: 0.10
# Date created: Thu Mar 26 04:50:00 PST 1998
# Whom: dburr@FreeBSD.ORG
#
# $Id: Makefile,v 1.2 1998/08/05 09:31:48 asami Exp $
#
DISTNAME= sharefonts-0.10
CATEGORIES= x11-fonts
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/fonts/
MAINTAINER= dburr@FreeBSD.ORG
RESTRICTED= "Shareware. Cannot be distributed w/o prior authorization."
NO_CDROM= ${RESTRICTED}
NO_PACKAGE= ${RESTRICTED}
NO_BUILD= yes
USE_X_PREFIX= yes
do-install:
${MKDIR} ${PREFIX}/lib/X11/fonts/sharefont
${CP} ${WRKDIR}/sharefont/* ${PREFIX}/lib/X11/fonts/sharefont
chmod 755 ${PREFIX}/lib/X11/fonts/sharefont
chmod 644 ${PREFIX}/lib/X11/fonts/sharefont/*
post-install:
@cat ${PKGDIR}/DESCR
.include <bsd.port.mk>