1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/x11/stalonetray/Makefile

41 lines
871 B
Makefile

# Created by: Stepan Zastupov [RedChrom] <redchrom@gmail.com>
# $FreeBSD$
PORTNAME= stalonetray
PORTVERSION= 0.8.1
CATEGORIES= x11
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= graudeejs@gmail.com
COMMENT= STAnd-aLONE system tray
LICENSE= GPLv2
USE_BZIP2= yes
USE_XORG= xpm
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
NO_STAGE= yes
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>