1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/games/xboing/Makefile

39 lines
786 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
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games
DISTNAME= ${PORTNAME}${PORTVERSION}
1995-04-08 05:06:23 +00:00
2006-12-02 20:00:51 +00:00
MAINTAINER= dinoex@FreeBSD.org
2003-02-20 18:26:42 +00:00
COMMENT= X11 arcade game
2010-06-04 14:24:17 +00:00
LICENSE= MIT
1995-04-08 05:06:23 +00:00
USE_IMAKE= yes
2008-03-17 16:56:59 +00:00
USE_XORG= xpm xext x11
WRKSRC= ${WRKDIR}/xboing
MAN1= xboing.1
1995-04-08 05:06:23 +00:00
.if defined(WITHOUT_AUDIO)
MAKE_ENV+= WITHOUT_AUDIO=True
PLIST_SUB+= WITH_SOUND="@comment "
.else
PLIST_SUB+= WITH_SOUND=""
.endif
2000-09-09 11:03:36 +00:00
post-install:
${CHOWN} root:games ${PREFIX}/bin/xboing
${CHMOD} 2755 ${PREFIX}/bin/xboing
${CHOWN} root:games ${PREFIX}/lib/X11/xboing/.xboing.scr
${CHMOD} 664 ${PREFIX}/lib/X11/xboing/.xboing.scr
.include <bsd.port.mk>