1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/graphics/dore/Makefile
Satoshi Asami ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00

23 lines
480 B
Makefile

# New ports collection makefile for: dore
# Version required: 6.0
# Date created: 10 February 1995
# Whom: jkh
#
# $Id: Makefile,v 1.6 1997/04/30 03:18:01 asami Exp $
#
DISTNAME= pdore-6.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= .tar.Z
USE_GMAKE= yes
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/dore
EXTRACT_CMD= mkdir -p dore; cd dore; tar
MAKEFILE= mk.stdx
MAKE_FLAGS= DORE_LOC=${WRKDIR} CFLAGS=-O2 MAKEFLAGS=m -f
ALL_TARGET=
.include <bsd.port.mk>