freebsd-ports/graphics/xglurbules/Makefile
Rong-En Fan 55c9057e7a - Respect X11BASE
- Use PLIST_FILES, pet portlint(1)

PR:		ports/106019
Submitted by:	rafan
Approved by:	portmgr (linimon)
2006-12-06 13:46:42 +00:00

36 lines
724 B
Makefile

# New ports collection makefile for: xglurbules
# Date created: 30 August 2002
# Whom: Stephen Roome <steve@pepcross.com>
#
# $FreeBSD$
#
PORTNAME= xglurbules
PORTVERSION= 1.2
CATEGORIES= graphics
MASTER_SITES= http://www.pepcross.com/glurbules/
MAINTAINER= steve@pepcross.com
COMMENT= Burning particle system eye candy program thingy for X11
MAN1= xglurbules.1
USE_XLIB= yes
USE_X_PREFIX= yes
MANCOMPRESSED= yes
PLIST_FILES= bin/xglurbules \
bin/xglurbules-noshm \
bin/xglurbules-test
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= does not compile on !i386
.endif
post-patch:
@${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},' ${WRKSRC}/Makefile
.include <bsd.port.post.mk>