40 lines
920 B
Makefile
40 lines
920 B
Makefile
# New ports collection makefile for: gtkballs
|
|
# Date created: 11 November 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtkballs
|
|
PORTVERSION= 3.1.5
|
|
PORTREVISION= 10
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://gtkballs.antex.ru/dist/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Lines-like simple logic game for X Window System
|
|
|
|
USE_GETTEXT= yes
|
|
USE_GNOME= gnometarget gtk20
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
CONFIGURE_ARGS= --localstatedir=${DATADIR}
|
|
|
|
MAN6= gtkballs.6x
|
|
|
|
post-install:
|
|
${CHMOD} 2755 ${PREFIX}/bin/gtkballs
|
|
${CHOWN} root:games ${PREFIX}/bin/gtkballs
|
|
${CHMOD} 0664 ${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>
|