80d4c8c672
PR: ports/102337 Submitted by: Alexey Mikhailov <karma at ez.pereslavl.ru>
39 lines
824 B
Makefile
39 lines
824 B
Makefile
# New ports collection makefile for: trayer
|
|
# Date created: Aug 21, 2006
|
|
# Whom: Alexey Mikhailov <karma@ez.pereslavl.ru>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= trayer
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_DEBIAN}
|
|
MASTER_SITE_SUBDIR= pool/main/t/trayer
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
|
|
|
|
MAINTAINER= karma@ez.pereslavl.ru
|
|
COMMENT= Lightweight GTK2-based systray for UNIX desktop
|
|
|
|
USE_GNOME= gtk20 glib20 pango atk
|
|
USE_ICONV= yes
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
|
MAKE_ARGS= "PREFIX=${X11BASE}"
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
PORTDOCS= README CREDITS CHANGELOG
|
|
.endif
|
|
|
|
PLIST_FILES= bin/trayer
|
|
|
|
post-install:
|
|
${MKDIR} ${DOCSDIR}
|
|
.if !defined(NOPORTDOCS)
|
|
.for f in ${PORTDOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
.include <bsd.port.mk>
|