1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/games/xboing/Makefile

27 lines
494 B
Makefile
Raw Normal View History

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