freebsd-ports/games/xboing/Makefile
Dirk Meyer 319c621608 unbreak port, took maintainership.
removed bogus patch:
patch-ae  1.1   10 days  kris   Fix build on -current (machine/soundcard.h -> sys/soundcard.h)
apply changes in existing patchfile.
2002-09-19 03:56:43 +00:00

32 lines
662 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
.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>