openbsd-ports/games/tuxpaint-config/Makefile
ajacoutot 944503ec02 Import tuxpaint-config-0.0.7
Tux Paint Config is a graphical configuration tool for Tux Paint.
It provides a point-and-click interface that allows parents and teachers
to alter Tux Paint's behavior (disable sound effects, run in full-screen
mode, etc) without needing to manipulate a text-based configuration
file.

ok steven@
2007-01-20 14:18:10 +00:00

37 lines
756 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/01/20 14:18:10 ajacoutot Exp $
COMMENT= "graphical tool to change Tux Paint's settings"
DISTNAME= tuxpaint-config-0.0.7
CATEGORIES= games graphics
HOMEPAGE= http://www.tuxpaint.org/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tuxpaint/}
WANTLIB= X11 Xext c m stdc++
MODULES= devel/gettext
LIB_DEPENDS= fltk.>=6::x11/fltk
USE_X11= Yes
MAKE_ENV+= SYSCONFDIR=${SYSCONFDIR}
NO_REGRESS= Yes
pre-build:
perl -pi -e 's,!!SYSCONFDIR!!,${SYSCONFDIR},g;' \
-e 's,!!LOCALBASE!!,${LOCALBASE},g' \
${WRKSRC}/src/tuxpaint-config.1
.include <bsd.port.mk>