63a181d059
PR: 42301 Submitted by: Edwin Groothuis <edwin@mavetju.org>
42 lines
959 B
Makefile
42 lines
959 B
Makefile
# New ports collection makefile for: gtkballs
|
|
# Date created: 11 November 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtkballs
|
|
PORTVERSION= 2.2.0
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://gtkballs.antex.ru/dist/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_REINPLACE= yes
|
|
USE_GNOMENG= yes
|
|
USE_GNOME= gtk12
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
CONFIGURE_ARGS= --localstatedir=${DATADIR}
|
|
|
|
MAN6= gtkballs.6x
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|^install-data-local|#install-data-local|g' \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
post-install:
|
|
${CHMOD} 2755 ${PREFIX}/bin/gtkballs
|
|
${CHOWN} root:games ${PREFIX}/bin/gtkballs
|
|
${CHMOD} 0666 ${DATADIR}/gtkballs-scores
|
|
${CHOWN} root:games ${DATADIR}/gtkballs-scores
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for file in README README.russian TODO
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|