aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authordanilo <danilo@FreeBSD.org>2013-12-10 02:55:46 +0800
committerdanilo <danilo@FreeBSD.org>2013-12-10 02:55:46 +0800
commit43b5ddda42c74990890ffc2f50deb51274e2f29c (patch)
tree89e429a4da87fa1144230b9df8b071fb2b1fca7b /misc
parentcfe4db60e9c53a3ae82399d521bbe9e1962044b8 (diff)
downloadfreebsd-ports-gnome-43b5ddda42c74990890ffc2f50deb51274e2f29c.tar.gz
freebsd-ports-gnome-43b5ddda42c74990890ffc2f50deb51274e2f29c.tar.zst
freebsd-ports-gnome-43b5ddda42c74990890ffc2f50deb51274e2f29c.zip
- Add LICENSE
- Convert USE_GMAKE to USES - Add stage support
Diffstat (limited to 'misc')
-rw-r--r--misc/wmjulia/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/wmjulia/Makefile b/misc/wmjulia/Makefile
index 23a474240f19..4b2cd4e920f7 100644
--- a/misc/wmjulia/Makefile
+++ b/misc/wmjulia/Makefile
@@ -10,13 +10,14 @@ 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}
-USE_GMAKE= yes
+USES= gmake
USE_XORG= xpm xext
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>