bce974f906
- add patches to fix compilation with GCC 2.95.x; from kwesterback@home.com
17 lines
310 B
Makefile
17 lines
310 B
Makefile
# $OpenBSD: Makefile,v 1.5 1999/12/01 01:21:58 brad Exp $
|
|
|
|
DISTNAME= xbill-2.0
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= games
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@openbsd.org
|
|
|
|
USE_IMAKE= yes
|
|
|
|
post-install:
|
|
@cp ${WRKSRC}/README ${PREFIX}/share/xbill
|
|
|
|
.include <bsd.port.mk>
|