20 lines
366 B
Makefile
20 lines
366 B
Makefile
# $OpenBSD: Makefile,v 1.4 1999/06/01 17:38:19 espie Exp $
|
|
|
|
DISTNAME= dxpc-3.7.0
|
|
CATEGORIES= net X11
|
|
|
|
MAINTAINER= espie@openbsd.org
|
|
|
|
MASTER_SITES= ftp://ftp.x.org/contrib/utilities/ \
|
|
ftp://sunsite.unc.edu/pub/Linux/X11/xutils/
|
|
|
|
CXXFLAGS= -O2
|
|
|
|
NEED_VERSION=1.47
|
|
USE_EGXX= yes
|
|
|
|
# we need to make a proper check for accept
|
|
USE_AUTOCONF= yes
|
|
|
|
.include <bsd.port.mk>
|