2001-04-09 07:09:54 -04:00
|
|
|
# New ports collection makefile for: wmx10
|
|
|
|
# Date created: 16 September 2000
|
|
|
|
# Whom: eric
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wmx10
|
|
|
|
PORTVERSION= 0.03
|
- 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 13:56:05 -04:00
|
|
|
PORTREVISION= 4
|
2001-04-09 07:09:54 -04:00
|
|
|
CATEGORIES= misc windowmaker
|
|
|
|
MASTER_SITES= http://www.cs.uml.edu/~jhawkins/wmx10/
|
|
|
|
|
2003-02-04 13:51:54 -05:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 14:00:52 -05:00
|
|
|
COMMENT= Remote control for X10 devices
|
2001-04-09 07:09:54 -04:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/wmx10.app/wmx10
|
|
|
|
|
- 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 13:56:05 -04:00
|
|
|
USE_XORG= xpm x11 ice
|
2004-08-08 13:13:17 -04:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
PLIST_FILES= bin/wmx10
|
2001-04-09 07:09:54 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|