2002-05-31 00:27:34 +02:00
|
|
|
# New ports collection makefile for: wmwork
|
|
|
|
# Date created: 16 May 2002
|
|
|
|
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wmwork
|
2005-12-18 11:37:29 +01:00
|
|
|
PORTVERSION= 0.2.5
|
2009-02-26 17:14:20 +01:00
|
|
|
PORTREVISION= 3
|
2002-05-31 00:27:34 +02:00
|
|
|
CATEGORIES= misc windowmaker afterstep
|
2009-02-26 17:14:20 +01:00
|
|
|
MASTER_SITES= http://people.debian.org/~godisch/wmwork/ \
|
|
|
|
${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= xride
|
2002-05-31 00:27:34 +02:00
|
|
|
|
2008-06-27 19:42:41 +02:00
|
|
|
MAINTAINER= xride@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= A dockapp that keeps track of time you have spent on something
|
2002-05-31 00:27:34 +02:00
|
|
|
|
2002-10-22 08:16:28 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
|
|
|
|
|
- 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
|
2002-10-22 08:16:28 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2005-12-18 11:37:29 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
2002-05-31 00:27:34 +02:00
|
|
|
|
2004-02-05 21:38:07 +01:00
|
|
|
MAN1= wmwork.1
|
|
|
|
PLIST_FILES= bin/wmwork
|
2002-05-31 00:27:34 +02:00
|
|
|
|
- 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
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2003-02-02 15:40:33 +01:00
|
|
|
|
2005-05-23 18:28:01 +02:00
|
|
|
do-install:
|
2005-12-18 11:37:29 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/wmwork ${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/wmwork.1 ${MANPREFIX}/man/man1
|
2005-05-23 18:28:01 +02:00
|
|
|
|
2002-05-31 00:27:34 +02:00
|
|
|
.include <bsd.port.mk>
|