# New ports collection makefile for: xdiskusage # Date created: 2000-09-23 # Whom: Trevor Johnson # # $FreeBSD$ # PORTNAME= xdiskusage PORTVERSION= 1.41 CATEGORIES= x11-fm MASTER_SITES= http://xdiskusage.sourceforge.net/ EXTRACT_SUFX= .tgz MAINTAINER= trevor@FreeBSD.org LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk USE_GMAKE= yes USE_MESA= yes USE_X_PREFIX= yes do-build: .for i in panels xdiskusage ${CXX} ${CXXFLAGS} -I${X11BASE}/include -c ${WRKSRC}/${i}.C \ -o ${WRKSRC}/${i}.o .endfor ${CXX} ${CXXFLAGS} -L${X11BASE}/lib -o ${WRKSRC}/xdiskusage \ ${WRKSRC}/panels.o ${WRKSRC}/xdiskusage.o -lfltk -lm -lMesaGL do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xdiskusage ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/xdiskusage ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xdiskusage .endif .include 'cgit'>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove USE_REINPLACE from all categories starting with Pedwin2006-05-131-1/+0
* SHA256ifyedwin2006-01-241-0/+1
* - Fix hardcoded paths.hrs2005-07-302-6/+40
* Update to 2.13. The sample files and documentation are now installedhrs2004-05-053-15/+46
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
* Update the version to 2.12taoka2003-09-072-3/+3
* Remove pkg-comment from remaining master/slave port sets.ade2003-03-072-1/+1
* Update version to 2.05taoka2001-12-032-3/+3
* Update to 2.01 (This version supports Tgif Ver. 4.X !!)taoka2000-06-232-12/+5
* Tiny cosmetic fixes.knu2000-04-151-1/+1
* Accidental whitespacecpiazza2000-04-101-2/+2
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
* Changed MAINTAINER's e-mail addresstaoka1999-05-012-4/+4