1999-04-11 14:53:10 +02:00
|
|
|
# New ports collection makefile for: wmbutton
|
|
|
|
# Date created: 10 Apr 1999
|
1999-08-14 11:11:55 +02:00
|
|
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
1999-04-11 14:53:10 +02:00
|
|
|
#
|
1999-08-31 04:51:23 +02:00
|
|
|
# $FreeBSD$
|
1999-04-11 14:53:10 +02:00
|
|
|
#
|
|
|
|
|
2000-04-13 21:19:05 +02:00
|
|
|
PORTNAME= wmbutton
|
2005-09-09 20:31:27 +02:00
|
|
|
PORTVERSION= 0.6.1
|
2008-03-25 23:44:48 +01:00
|
|
|
PORTREVISION= 2
|
1999-04-11 14:53:10 +02:00
|
|
|
CATEGORIES= x11 windowmaker
|
2005-09-09 20:31:27 +02:00
|
|
|
MASTER_SITES= http://greek0.net/~greek0/wmbutton/
|
1999-04-11 14:53:10 +02:00
|
|
|
|
2003-12-15 02:17:29 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:36:20 +01:00
|
|
|
COMMENT= A dockapp that displays 9 buttons to run apps of your choice
|
1999-04-11 14:53:10 +02:00
|
|
|
|
2008-03-25 23:44:48 +01:00
|
|
|
USE_XORG= xpm
|
1999-04-11 14:53:10 +02:00
|
|
|
|
2005-09-09 20:31:27 +02:00
|
|
|
SUB_FILES= pkg-message
|
|
|
|
|
1999-04-11 14:53:10 +02:00
|
|
|
do-build:
|
2005-09-09 20:31:27 +02:00
|
|
|
cd ${BUILD_WRKSRC} && ${CC} ${CFLAGS} \
|
- 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
|
|
|
-I${LOCALBASE}/include/X11 -I${LOCALBASE}/include \
|
2005-09-09 20:31:27 +02:00
|
|
|
wmb_libs.c wmbutton.c -o wmbutton \
|
- 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
|
|
|
-L${LOCALBASE}/lib -lXpm -lXext -lX11
|
1999-04-11 14:53:10 +02:00
|
|
|
|
|
|
|
do-install:
|
2005-09-09 20:31:27 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/wmbutton ${PREFIX}/bin/wmbutton
|
|
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/.wmbutton ${EXAMPLESDIR}/dot.wmbutton
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
|
|
|
|
.endif
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
1999-04-11 14:53:10 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|