aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks/bclock/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Support stagedir.vanilla2014-01-111-3/+2
| | | | Submitted by: portmgr (blanket infrastructure)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | x11-clocks)
* New USES imake to handle the dependency on imake.bapt2013-06-281-6/+2
| | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port
* Fix typos in COMMENTcs2012-07-291-1/+1
| | | | Approved by: portmgr@ (implicit)
* Convert most of remaining ports that depend on xorg-libraries toamdmi32009-06-091-1/+2
| | | | | | | | | | | | | modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Cleanup:vs2005-03-211-0/+3
| | | | | - Use PLIST_FILES - Don't patch Makefile excessively
* De-pkg-comment.knu2003-02-211-0/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-111-2/+0
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-071-0/+2
| | | | Approved by: pat
* Style fixes for x11-clocks.olgeni2001-02-061-1/+1
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2
|
* Update name of port in comment.steve1999-12-241-1/+1
| | | | | PR: 15585 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Use another master site. The old does no longer exist, it seems.tg1998-12-031-2/+3
|
* Category name is "x11-clocks", not "x11-clock". ;)asami1998-09-231-2/+2
| | | | Pointed out by: steve
* Make these build in an ELF world and use MAN1 for manpages.steve1998-09-211-1/+2
|
* Move "xtimer" from misc to x11-clocks and "asclock bclock dclockasami1998-08-081-2/+2
| | | | | emiclock mlclock mouseclock rclock swisswatch t3d wmtime xalarm xdaliclock" from x11 to x11-clocks.
* A clock with bezier curve for hands. Almost impossible to tell the timeasami1997-05-211-0/+17
from it. ;) PR: 3589 Submitted by: Brian Handy <handy@lambic.space.lockheed.com>