1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/games/xbill/Makefile

27 lines
451 B
Makefile
Raw Normal View History

2000-02-13 03:25:05 +00:00
# ex:ts=8
# Ports collection makefile for: xbill
# Date created: 12 September 1995
# Whom: asami
#
1999-08-25 06:06:33 +00:00
# $FreeBSD$
#
PORTNAME= xbill
PORTVERSION= 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>