freebsd-ports/misc/demoniac/Makefile

32 lines
738 B
Makefile
Raw Normal View History

# 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
PORTREVISION= 3
CATEGORIES= misc
MASTER_SITES= http://www.calodox.scene.org/demoniac/files/
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= A tool for exploring and animating graphics effects
LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea
2003-12-10 14:38:42 +01:00
USE_GL= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
LDFLAGS="${PTHREAD_LIBS}"
PLIST_FILES= bin/demoniac share/demoniac/pixmaps/logo.xpm
PLIST_DIRS= share/demoniac/pixmaps share/demoniac
post-patch:
@${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
.include <bsd.port.mk>