mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
56c254443e
- Convert USE_GMAKE to USES - Add stage support
24 lines
512 B
Makefile
24 lines
512 B
Makefile
# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wmjulia
|
|
PORTVERSION= 0.40
|
|
PORTREVISION= 5
|
|
CATEGORIES= misc windowmaker afterstep
|
|
MASTER_SITES= http://web.novalis.org/programs/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Dockapp that creates an animated Julia set
|
|
|
|
LICENSE= GPLv2
|
|
|
|
PLIST_FILES= bin/wmjulia
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}.app/${PORTNAME}
|
|
USES= gmake
|
|
USE_XORG= xpm xext
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|