2013-03-25 19:44:20 +01:00
|
|
|
# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru>
|
2002-05-31 14:53:34 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= wmjulia
|
|
|
|
PORTVERSION= 0.40
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
PORTREVISION= 5
|
2002-05-31 14:53:34 +02:00
|
|
|
CATEGORIES= misc windowmaker afterstep
|
|
|
|
MASTER_SITES= http://web.novalis.org/programs/
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-03-25 19:44:20 +01:00
|
|
|
COMMENT= Dockapp that creates an animated Julia set
|
2002-05-31 14:53:34 +02:00
|
|
|
|
2013-12-09 19:55:46 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/wmjulia
|
2002-05-31 14:53:34 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}.app/${PORTNAME}
|
2013-12-09 19:55:46 +01:00
|
|
|
USES= gmake
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= xpm xext
|
2002-05-31 14:53:34 +02:00
|
|
|
|
|
|
|
do-install:
|
2013-12-09 19:55:46 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
2002-05-31 14:53:34 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|