mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
26 lines
449 B
Makefile
26 lines
449 B
Makefile
# New ports collection makefile for: xbill
|
|
# Version required: 1.1
|
|
# Date created: 12 September 1995
|
|
# Whom: asami
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= xbill-2.0
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= games
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
USE_IMAKE= yes
|
|
MAN1= xbill.1
|
|
|
|
post-install:
|
|
${CP} ${WRKSRC}/README ${PREFIX}/share/xbill
|
|
|
|
.include <bsd.port.mk>
|