freebsd-ports/x11-fm/xdiskusage/Makefile
Emanuel Haupt bdd46fe0d9 Make port build with clang. While we're here add an additional distfile
mirror and get rid of custom do-build target.

PR:		158136
Submitted by:	Niclas Zeising <niclas.zeising@gmail.com>
2011-06-21 23:13:11 +00:00

38 lines
814 B
Makefile

# New ports collection makefile for: xdiskusage
# Date created: 2000-09-23
# Whom: Trevor Johnson
#
# $FreeBSD$
#
PORTNAME= xdiskusage
PORTVERSION= 1.48
PORTREVISION= 6
CATEGORIES= x11-fm
MASTER_SITES= http://xdiskusage.sourceforge.net/ \
http://www.gnu-darwin.org/distfiles/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Show where disk space is taken up
LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk
USE_GMAKE= yes
CXXFLAGS+= `fltk-config --cxxflags`
LDFLAGS+= `fltk-config --ldflags`
MAKE_ENV+= LDFLAGS="${LDFLAGS}"
PLIST_FILES= bin/xdiskusage
MAN1= xdiskusage.1
post-patch:
${REINPLACE_CMD} -e '22,24d' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xdiskusage ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xdiskusage.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>