2007-06-04 01:53:43 +00:00
|
|
|
# New ports collection makefile for: pywmdockapps
|
|
|
|
# Date created: 2007-05-09
|
|
|
|
# Whom: David Thiel <lx@FreeBSD.org>
|
2004-01-05 03:59:01 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2007-06-04 01:53:43 +00:00
|
|
|
PORTNAME= wmdockapps
|
2007-06-06 04:49:37 +00:00
|
|
|
PORTVERSION= 1.21
|
2008-03-24 13:03:55 +00:00
|
|
|
PORTREVISION= 1
|
2004-01-05 03:59:01 +00:00
|
|
|
CATEGORIES= x11-toolkits python windowmaker
|
2007-06-04 01:53:43 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= pywmdockapps
|
2004-01-05 03:59:01 +00:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= py${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2007-06-04 01:53:43 +00:00
|
|
|
MAINTAINER= lx@FreeBSD.org
|
|
|
|
COMMENT= Tools for making dockapps in Python
|
2004-01-05 03:59:01 +00:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
2007-07-30 09:42:28 +00:00
|
|
|
PYDISTUTILS_PKGNAME= pywmdockapps
|
2008-03-24 13:03:55 +00:00
|
|
|
USE_XORG= x11 xpm xau xext xfixes xi
|
2004-01-05 03:59:01 +00:00
|
|
|
|
2006-11-27 22:03:29 +00:00
|
|
|
post-patch:
|
- 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 17:56:05 +00:00
|
|
|
${REINPLACE_CMD} 's|/usr/X11R6|${LOCALBASE}|' ${WRKSRC}/setup.py
|
2006-11-27 22:03:29 +00:00
|
|
|
|
2004-01-05 03:59:01 +00:00
|
|
|
.include <bsd.port.mk>
|