freebsd-ports/misc/wmjulia/Makefile
Pete Fritchman 1fbc65378b Add wmjulia 0.40, a dockapp that creates an animated Julia set.
PR:		38136
Submitted by:	Alexey Dokuchaev <danfe@regency.nsu.ru>
2002-05-31 12:53:34 +00:00

23 lines
484 B
Makefile

# New ports collection makefile for: wmjulia
# Date created: 16 May 2002
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
#
# $FreeBSD$
#
PORTNAME= wmjulia
PORTVERSION= 0.40
CATEGORIES= misc windowmaker afterstep
MASTER_SITES= http://web.novalis.org/programs/
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}.app/${PORTNAME}
USE_GMAKE= yes
USE_XPM= yes
USE_X_PREFIX= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>