1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/misc/demoniac/Makefile
Ying-Chieh Liao 7a86199b8c add demoniac 0.3
A tool for exploring and animating graphics effects
2002-01-23 13:36:30 +00:00

28 lines
518 B
Makefile

# ex:ts=8
# Ports collection makefile for: demoniac
# Date created: Jan 23, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= demoniac
PORTVERSION= 0.3
CATEGORIES= misc
MASTER_SITES= http://www.calodox.org/demoniac/files/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gtkgl:${PORTSDIR}/x11-toolkits/gtkglarea
USE_MESA= yes
USE_GTK= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}"
post-patch:
@${PERL} -pi -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
.include <bsd.port.mk>