1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/x11/stalonetray/Makefile
Roman Bogorodskiy 3b917d9d28 Add stalonetray 0.3, STAnd-aLONE system tray.
PR:		ports/95393
Submitted by:	Stepan Zastupov [RedChrom] <redchrom@gmail.com>
2006-04-08 03:05:55 +00:00

32 lines
774 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.3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= redchrom@gmail.com
COMMENT= STAnd-aLONE system tray
LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_X_PREFIX= yes
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-native-kde --disable-debug
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lexecinfo"
MAN1= stalonetray.1
PLIST_FILES= bin/stalonetray
.include <bsd.port.mk>