2012-12-10 21:39:40 +01:00
|
|
|
# Created by: Alexey Mikhailov <karma@ez.pereslavl.ru>
|
2006-08-25 18:21:27 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= trayer
|
2012-06-11 21:59:53 +02:00
|
|
|
PORTVERSION= 1.1.5
|
2006-08-25 18:21:27 +02:00
|
|
|
CATEGORIES= x11
|
2012-06-11 21:59:53 +02:00
|
|
|
MASTER_SITES= http://github.com/sargon/${PORTNAME}-srg/tarball/${PORTNAME}-${PORTVERSION}/
|
|
|
|
DISTNAME= sargon-${PORTNAME}-srg-${PORTNAME}-${PORTVERSION}-${GITVERSION}
|
2006-08-25 18:21:27 +02:00
|
|
|
|
2012-06-02 19:01:43 +02:00
|
|
|
MAINTAINER= madpilot@FreeBSD.org
|
2006-08-25 18:21:27 +02:00
|
|
|
COMMENT= Lightweight GTK2-based systray for UNIX desktop
|
|
|
|
|
2012-06-11 21:59:53 +02:00
|
|
|
GITVERSION= 0-g5353f80
|
|
|
|
FETCH_ARGS= -pRr
|
2006-08-25 18:21:27 +02:00
|
|
|
USE_GNOME= gtk20 glib20 pango atk
|
2013-07-08 20:44:24 +02:00
|
|
|
USES= iconv gmake
|
- 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= xmu
|
|
|
|
MAKE_ARGS= "PREFIX=${PREFIX}"
|
2012-06-11 21:59:53 +02:00
|
|
|
WRKSRC= ${WRKDIR}/sargon-${PORTNAME}-srg-${GITVERSION:S/^0-g//}
|
2006-08-25 18:21:27 +02:00
|
|
|
|
|
|
|
PORTDOCS= README CREDITS CHANGELOG
|
2012-06-11 21:59:53 +02:00
|
|
|
MAN1= trayer.1
|
2006-08-25 18:21:27 +02:00
|
|
|
|
|
|
|
PLIST_FILES= bin/trayer
|
|
|
|
|
2012-06-11 21:59:53 +02:00
|
|
|
.include <bsd.port.options.mk>
|
2007-10-25 01:37:25 +02:00
|
|
|
|
2006-08-25 18:21:27 +02:00
|
|
|
post-install:
|
2012-06-11 21:59:53 +02:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${MAN1PREFIX}/man/man1
|
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2008-05-21 08:32:51 +02:00
|
|
|
${MKDIR} ${DOCSDIR}
|
2006-08-25 18:21:27 +02:00
|
|
|
.for f in ${PORTDOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
2007-10-25 01:37:25 +02:00
|
|
|
|
2006-08-25 18:21:27 +02:00
|
|
|
.include <bsd.port.mk>
|