aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-04-13 04:32:12 +0800
committerasami <asami@FreeBSD.org>1995-04-13 04:32:12 +0800
commit8b4236cf7ebe88317356fa74570fea802de1bd0e (patch)
tree7e4bc01a5237a086344bcf19181b850324b0cc72 /x11-fonts
parent4b66b1425f949394009f8068fe492c88c8864a2e (diff)
downloadfreebsd-ports-gnome-8b4236cf7ebe88317356fa74570fea802de1bd0e.tar.gz
freebsd-ports-gnome-8b4236cf7ebe88317356fa74570fea802de1bd0e.tar.zst
freebsd-ports-gnome-8b4236cf7ebe88317356fa74570fea802de1bd0e.zip
And now the rest of the x11 ports Makefiles.
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/xfed/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/x11-fonts/xfed/Makefile b/x11-fonts/xfed/Makefile
index 04af9f1ca326..dfa9b0d81f43 100644
--- a/x11-fonts/xfed/Makefile
+++ b/x11-fonts/xfed/Makefile
@@ -3,23 +3,26 @@
# Date created: 7 December 1994
# Whom: asami
#
-# $Id: Makefile,v 1.6 1995/04/01 12:51:21 jkh Exp $
+# $Id: Makefile,v 1.7 1995/04/01 14:54:57 asami Exp $
#
+DISTNAME= xfed
+PKGNAME= xfed-1.0
+CATEGORIES+= x11
+
+MAINTAINER= asami@FreeBSD.ORG
+
USE_IMAKE= yes
+
MAKE_FLAGS= MANDIR=${PREFIX}/man/man1 BINDIR=${PREFIX}/bin -f
-DISTNAME= xfed
TARFILE= xfed.tar.gz
-
.if !defined(MASTER_SITE_OVERRIDE)
SOURCEFILES= Epistle,README,Imakefile,xfed.man \
icon.bit,next.bit,prev.bit,quit.bit,save.bit \
defs.h,main.c,output.c,parse.y,scan.l
#MASTER_SITES= ftp://me10.lbl.gov/pub/hp_X11R3_tape/source/app/
-CATEGORIES+= x11
SOURCESITE= ftp://ftp.cs.orst.edu/pub/src/X11R4/contrib/clients/xfed/
#EXTRACT_SUFX= .tar.Z
-MAINTAINER= asami@FreeBSD.ORG
fetch: pre-fetch
@if [ ! -d ${DISTDIR} ]; then mkdir -p ${DISTDIR}; fi