2001-07-03 01:01:50 +00:00
|
|
|
# New ports collection makefile for: wmScoreBoard
|
|
|
|
# Date created: Sun Jun 24 17:08:15 EDT 2001
|
|
|
|
# Whom: Patrick Li <pat@databits.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wmScoreBoard
|
|
|
|
PORTVERSION= 0.30
|
2008-06-06 14:17:21 +00:00
|
|
|
PORTREVISION= 4
|
2001-07-03 01:01:50 +00:00
|
|
|
CATEGORIES= misc windowmaker
|
2001-11-29 07:53:36 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= pat
|
2001-07-03 01:01:50 +00:00
|
|
|
|
2006-04-14 22:53:13 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Window Maker dockapp that display game scores from excite
|
2001-07-03 01:01:50 +00:00
|
|
|
|
|
|
|
RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
|
|
|
|
USE_GMAKE= yes
|
- 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
|
|
|
USE_XORG= xpm
|
2001-07-03 01:01:50 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.ifndef(NOPORTDOCS)
|
2001-11-29 07:53:36 +00:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for docs in BUGS CHANGES HINTS README
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/../${docs} ${DOCSDIR}
|
|
|
|
.endfor
|
2001-07-03 01:01:50 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|