1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00
2003-02-20 18:26:42 +00:00

33 lines
687 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= dinoex@FreeBSD.Org
COMMENT= X11 arcade game
.if ${MACHINE_ARCH} == "alpha"
PLIST= ${PKGDIR}/pkg-plist.alpha
.endif
USE_IMAKE= yes
USE_XPM= yes
WRKSRC= ${WRKDIR}/xboing
MAN1= xboing.1
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>