3e4ed01146
- 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)
28 lines
587 B
Makefile
28 lines
587 B
Makefile
# New ports collection makefile for: PekSysTray
|
|
# Date created: 08 Jul 2004
|
|
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= peksystray
|
|
PORTVERSION= 0.4.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A system tray dockapp similar to the GNOME notification area applet
|
|
|
|
USE_BZIP2= yes
|
|
USE_XORG= x11 ice sm
|
|
USE_GNOME= gnometarget
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/peksystray
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|@x_includes@||g ; \
|
|
s|@x_libraries@||g' ${WRKSRC}/src/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|