mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
d23a795680
Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
21 lines
496 B
Makefile
21 lines
496 B
Makefile
# New ports collection makefile for: libXg
|
|
# Version required: ????? arbitrarily picked 1.0 for version
|
|
# Date created: Sun Aug 13 12:36:14 CDT 1995
|
|
# Whom: erich@rrnet.com
|
|
#
|
|
# $Id: Makefile,v 1.2 1995/10/28 20:28:37 erich Exp $
|
|
#
|
|
|
|
DISTNAME= libXg.utf.fonts
|
|
PKGNAME= libXgFonts-1.0
|
|
CATEGORIES= plan9
|
|
MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= erich@FreeBSD.org
|
|
|
|
NO_WRKSUBDIR= yes
|
|
USE_X11= yes
|
|
|
|
.include <bsd.port.mk>
|