mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
22 lines
404 B
Makefile
22 lines
404 B
Makefile
|
# New ports collection makefile for: freefonts
|
||
|
# Version required: 0.10
|
||
|
# Date created: Thu Aug 1 21:32:14 CDT 1996
|
||
|
# Whom: erich@FreeBSD.org
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= freefonts-0.10
|
||
|
CATEGORIES+= x11
|
||
|
MASTER_SITES= ftp://scam.xcf.berkeley.edu/pub/gimp/
|
||
|
NO_WRKSUBDIR= yes
|
||
|
USE_X11= yes
|
||
|
|
||
|
MAINTAINER= erich@FreeBSD.org
|
||
|
|
||
|
post-install:
|
||
|
@cat ${PKGDIR}/DESCR
|
||
|
|
||
|
.include <bsd.port.mk>
|
||
|
|