summaryrefslogtreecommitdiffstats
path: root/x11/trayer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/trayer/Makefile')
-rw-r--r--x11/trayer/Makefile45
1 files changed, 0 insertions, 45 deletions
diff --git a/x11/trayer/Makefile b/x11/trayer/Makefile
deleted file mode 100644
index c510461a7..000000000
--- a/x11/trayer/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: trayer
-# Date created: Aug 21, 2006
-# Whom: Alexey Mikhailov <karma@ez.pereslavl.ru>
-#
-# $FreeBSD$
-#
-
-PORTNAME= trayer
-PORTVERSION= 1.0
-PORTREVISION= 1
-CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_DEBIAN}
-MASTER_SITE_SUBDIR= pool/main/t/trayer
-DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
-
-MAINTAINER= ports@FreeBSD.org
-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-patch:
- @${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \
- ${WRKSRC}/Makefile.common
-
-post-install:
- ${MKDIR} ${DOCSDIR}
-.if !defined(NOPORTDOCS)
-.for f in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>