summaryrefslogtreecommitdiff
path: root/graphics/dore
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-09 07:09:55 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-09 07:09:55 +0000
commit7f6c181f3858aaf4e88fb144597b8634b03a89d0 (patch)
tree50458c593c017954928a3a698c0a8f4fa0143954 /graphics/dore
parentAnother round of Makefile updates, editors version. (diff)
Yet another round of Makefile updates, graphics version.
Notes
Notes: svn path=/head/; revision=1309
Diffstat (limited to 'graphics/dore')
-rw-r--r--graphics/dore/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/dore/Makefile b/graphics/dore/Makefile
index d5585ea6b03c..b8729ce3b960 100644
--- a/graphics/dore/Makefile
+++ b/graphics/dore/Makefile
@@ -3,19 +3,20 @@
# Date created: 10 February 1995
# Whom: jkh
#
-# $Id: Makefile,v 1.1.1.1 1995/02/19 10:34:04 jkh Exp $
+# $Id: Makefile,v 1.2 1995/04/01 12:45:49 jkh Exp $
#
DISTNAME= pdore-6.0
-MASTER_SITES= ftp://freefall.cdrom.com/pub/FreeBSD/LOCAL_PORTS/
CATEGORIES+= graphics
-USE_GMAKE= yes
-PREFIX= ${X11BASE}
+MASTER_SITES= ftp://freefall.cdrom.com/pub/FreeBSD/LOCAL_PORTS/
EXTRACT_SUFX= .tar.Z
+
+USE_GMAKE= yes
+USE_X11= yes
WRKDIR= ${.CURDIR}/work/dore
+NO_WRKSUBDIR= yes
MAKEFILE= mk.stdx
MAKE_FLAGS= DORE_LOC=${WRKDIR}/.. CFLAGS=-O2 MAKEFLAGS=m -f
ALL_TARGET=
-NO_WRKSUBDIR= yes
.include <bsd.port.mk>