1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/games/xboing/Makefile
Satoshi Asami 2971a93e52 Convert to PORTNAME/PORTVERSION. The following ports hand invalid version
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and
xnibbles.
2000-04-14 12:28:40 +00:00

27 lines
494 B
Makefile

# New ports collection makefile for: xboing
# Date created: 31 January 1995
# Whom: janek
#
# $FreeBSD$
PORTNAME= xboing
PORTVERSION= 2.4
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= janek@gaja.ipan.lublin.pl
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
.if ${MACHINE_ARCH} == "alpha"
PLIST= ${PKGDIR}/PLIST.alpha
.endif
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/xboing
MAN1= xboing.1
.include <bsd.port.mk>