2002-01-23 14:36:30 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: demoniac
|
|
|
|
# Date created: Jan 23, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= demoniac
|
2005-11-15 06:52:25 +01:00
|
|
|
PORTVERSION= 0.4
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 3
|
2002-01-23 14:36:30 +01:00
|
|
|
CATEGORIES= misc
|
2006-11-01 16:38:02 +01:00
|
|
|
MASTER_SITES= http://www.calodox.scene.org/demoniac/files/
|
2002-01-23 14:36:30 +01:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= A tool for exploring and animating graphics effects
|
2002-01-23 14:36:30 +01:00
|
|
|
|
2002-03-16 08:25:01 +01:00
|
|
|
LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea
|
2002-01-23 14:36:30 +01:00
|
|
|
|
2003-12-10 14:38:42 +01:00
|
|
|
USE_GL= yes
|
2002-09-01 17:13:16 +02:00
|
|
|
USE_GNOME= gtk12
|
2002-01-23 14:36:30 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2002-03-16 08:25:01 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
|
|
|
|
LDFLAGS="${PTHREAD_LIBS}"
|
2004-02-11 14:50:59 +01:00
|
|
|
PLIST_FILES= bin/demoniac share/demoniac/pixmaps/logo.xpm
|
|
|
|
PLIST_DIRS= share/demoniac/pixmaps share/demoniac
|
2002-01-23 14:36:30 +01:00
|
|
|
|
|
|
|
post-patch:
|
2002-06-22 19:23:30 +02:00
|
|
|
@${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
|
2002-01-23 14:36:30 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|