# New ports collection makefile for: wmtop # Date created: 07 May 2000 # Whom: Dan Piponi # # $FreeBSD$ PORTNAME= wmtop PORTVERSION= 0.84 CATEGORIES= sysutils windowmaker MASTER_SITES= http://wmtop.sourceforge.net/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= wmtop@tanelorn.demon.co.uk USE_X_PREFIX= yes USE_XPM= yes ALL_TARGET= freebsd MAN1= wmtop.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmtop ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/wmtop.1 ${PREFIX}/man/man1 .ifndef(NOPORTDOCS) @${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 555 \ ${PREFIX}/share/doc/${PORTNAME} .for file in BUGS CHANGES COPYING README TODO @${INSTALL_DATA} ${WRKSRC}/${file} \ ${PREFIX}/share/doc/${PORTNAME} .endfor .endif # !NOPORTDOCS .include ebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove libiconv.so.3 compatibility link that was added in r374303 totijl2016-12-091-0/+1
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-1/+1
* x11/minicom: document ncurses requirement (USES+=ncurses)marino2016-02-071-2/+2
* Cleanup plistbapt2014-10-201-12/+1
* Rename comms/ patch-xy patches to reflect the files they modify.adamw2014-07-282-0/+0
* Use plist directives instead of chown to allow build as non-rootjohans2014-06-222-11/+10
* Support LIBS like LDFLAGS.tijl2014-06-111-2/+1
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-06-091-1/+1
* Remove option description that is no longer usedjohans2014-02-091-1/+0
* Add patch to fix build, forgotten in previous commitjohans2014-01-032-6/+14
* - Update minicom to 2.7johans2014-01-032-22/+11
* Enable stage supportjohans2013-12-292-12/+13
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Make ports use the libc provided iconv implementation on 10-CURRENTmadpilot2013-09-051-1/+1
* the only MASTER_SITE for comms/minicom is alioth.debian.org, which is currentlyjohans2013-06-232-11/+6
* Convert the last USE_ICONV to USES=iconvbapt2013-04-281-1/+1
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
* Bump PORTREVISION for the previous commit, as the installed files are changedjohans2013-02-171-0/+1
* Correct Previous NOPORTDOCS Logicjohans2013-02-171-1/+1
* Update minicom to 2.6.2johans2013-02-072-11/+6
* - Update minicom to 2.6.1 (bugfix release)johans2012-06-163-30/+21
* - Update minicom to 2.6johans2011-12-299-29/+51
* - make lzr dep. optionaleadler2011-10-251-2/+7
* Fix minicom build for WITHOUT_NLS (force libiconv dependency and linking)johans2011-08-181-3/+6
* Update to minicom 2.5 (bugfix release)johans2011-04-252-4/+4
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
* Explicitly create configuration directory during pkg installjohans2011-01-081-0/+1
* - Update to 2.4johans2010-07-024-28/+15
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
* Drop maintainership, as I do not use this port anymore.anders2010-04-141-1/+1
* - Use correct default serial device on 8.xamdmi32010-01-161-3/+10
* - Remove conditional checks relevant only on FreeBSD 5.x and olderpav2009-01-061-7/+1
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
* - Clean up directories on deinstallpav2008-04-301-0/+2
* Update to 2.3.anders2008-04-1812-137/+76
* Fix build with gcc4.kevlo2007-07-021-2/+44
* remove USE_REINPLACE for all ports with categories starting with Cedwin2006-05-041-1/+0
* SHA256ifyedwin2006-01-221-0/+1
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
* Make /dev/cuad0 the default serial port in FreeBSD 6 and newer.anders2005-11-27