1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/misc/wmwork/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

36 lines
793 B
Makefile

# New ports collection makefile for: wmwork
# Date created: 16 May 2002
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
#
# $FreeBSD$
#
PORTNAME= wmwork
PORTVERSION= 0.2.5
PORTREVISION= 3
CATEGORIES= misc windowmaker afterstep
MASTER_SITES= http://people.debian.org/~godisch/wmwork/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= xride
MAINTAINER= xride@FreeBSD.org
COMMENT= A dockapp that keeps track of time you have spent on something
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
USE_XORG= xpm
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= wmwork.1
PLIST_FILES= bin/wmwork
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmwork ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/wmwork.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>