1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/x11/stalonetray/Makefile
Martin Wilke 4949efb708 - Update to 0.7.3
PR:		116930
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-10-05 21:55:15 +00:00

43 lines
887 B
Makefile

# New ports collection makefile for: stalonetray
# Date created: Apr 6 2006
# Whom: Stepan Zastupov [RedChrom] <redchrom@gmail.com>
#
# $FreeBSD$
#
PORTNAME= stalonetray
PORTVERSION= 0.7.3
CATEGORIES= x11
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= STAnd-aLONE system tray
USE_BZIP2= yes
USE_XPM= yes
USE_GNOME= gnometarget
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-native-kde \
--disable-debug
MAN1= stalonetray.1
PORTDOCS= AUTHORS ChangeLog NEWS README TODO stalonetray.html
PORTEXAMPLES= stalonetrayrc.sample
PLIST_FILES= bin/stalonetray
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.if !defined(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR}
.for file in ${PORTEXAMPLES}
${INSTALL_DATA} ${WRKSRC}/${file} ${EXAMPLESDIR}
.endfor
.endif
.include <bsd.port.mk>