mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
32 lines
668 B
Makefile
32 lines
668 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
|
|
|
|
.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>
|