aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-12 20:32:12 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-12 20:32:12 +0000
commiteabfc48a36f9cf687e5910f887fb4892ea1bd08b (patch)
treea884486f13428d381093505b375b85c6229680da /x11-fonts
parent2327dcc513edf942d1e35b5e5bdc16284e569fa6 (diff)
downloadports-eabfc48a36f9cf687e5910f887fb4892ea1bd08b.tar.gz
ports-eabfc48a36f9cf687e5910f887fb4892ea1bd08b.zip
And now the rest of the x11 ports Makefiles.
Notes
Notes: svn path=/head/; revision=1352
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