freebsd-ports/graphics/dore/Makefile
Jordan K. Hubbard ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00

21 lines
501 B
Makefile

# New ports collection makefile for: dore
# Version required: 6.0
# Date created: 10 February 1995
# Whom: jkh
#
# $Id: Makefile,v 1.1.1.1 1995/02/19 10:34:04 jkh Exp $
#
DISTNAME= pdore-6.0
MASTER_SITES= ftp://freefall.cdrom.com/pub/FreeBSD/LOCAL_PORTS/
CATEGORIES+= graphics
USE_GMAKE= yes
PREFIX= ${X11BASE}
EXTRACT_SUFX= .tar.Z
WRKDIR= ${.CURDIR}/work/dore
MAKEFILE= mk.stdx
MAKE_FLAGS= DORE_LOC=${WRKDIR}/.. CFLAGS=-O2 MAKEFLAGS=m -f
ALL_TARGET=
NO_WRKSUBDIR= yes
.include <bsd.port.mk>