--- Makefile.orig Sat Apr 21 20:12:15 2001 +++ Makefile Sat Apr 21 20:15:23 2001 @@ -1,7 +1,7 @@ -CC = gcc -LIBDIR = -L/usr/X11R6/lib +CC ?= gcc +LIBDIR = -L${X11BASE}/lib LIBS = -lXpm -lXext -lX11 -lm -FLAGS = -O2 +CFLAGS ?= -Wall -O2 DESTDIR = /usr/local OBJS = wmtz.o \ ../wmgeneral/wmgeneral.o \ @@ -10,10 +10,10 @@ .c.o: - $(CC) -I/usr/X11R6/include $(FLAGS) -c -Wall $< -o $*.o + $(CC) -I${X11BASE}/include $(CFLAGS) -c $< -o $*.o wmtz: $(OBJS) - $(CC) $(FLAGS) -o wmtz $^ -lXext $(LIBDIR) $(LIBS) + $(CC) $(CFLAGS) -o wmtz $^ -lXext $(LIBDIR) $(LIBS) all:: wmtz @@ -25,22 +25,4 @@ rm -f *~ install:: wmtz - cp -f wmtz $(DESTDIR)/bin/ - chmod 755 $(DESTDIR)/bin/wmtz - chown root:root $(DESTDIR)/bin/wmtz - cp -f wmtz.1 $(DESTDIR)/man/man1 - chmod 644 $(DESTDIR)/man/man1/wmtz.1 - chown root:root $(DESTDIR)/man/man1/wmtz.1 - cp -f wmtzrc $(HOME)/.wmtzrc - chmod 600 $(HOME)/.wmtzrc - cp -f wmtzrc /etc/wmtzrc - chmod 644 /etc/wmtzrc - chown root:root /etc/wmtzrc - @echo "wmtz: Installation finished..." - -uninstall:: - rm -i /usr/local/bin/wmtz - rm -i /etc/wmtzrc - chmod 666 $(HOME)/.wmtzrc - rm -i $(HOME)/.wmtzrc - @echo "wmtz: Uninstall completed..." + @/usr/bin/install -c -o 0 -g 0 -s -m 755 wmtz ${X11BASE}/bin/wmtz orm method='get'> FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
Commit message (Expand)AuthorAgeFilesLines
* - update to use new bsd.gnustep.mkdinoex2007-01-132-4/+0
* Mark BROKEN on 4.xmarkus2007-01-121-1/+7
* - Update to version 3.0.0.b4.alepulver2007-01-114-18/+11
* - Update WWWpav2007-01-101-1/+1
* *Bumped PORTREVISIONerwin2007-01-076-10/+554
* - Update to 7.15.5.1erwin2007-01-064-45/+52
* 2006-12-01 misc/afbackup: Uses unregistered uid that conflicts with other portsmiwi2007-01-064-43/+0
* 2006-12-01 ftp/gwget: fails to installmiwi2007-01-066-170/+0
* Cleanup unreachable sites:hrs2007-01-041-2/+1
* The distfile was rerolled. Only change is the adjusted version string in themarkus2007-01-031-3/+3
* - Chase security/gnutls updatenovel2007-01-024-7/+8
* - Fixed Makefile to not overwrite proftpd.confmiwi2007-01-014-6/+6
* Update to version 0.8.0markus2006-12-313-5/+5
* - Fixed Makefilemiwi2006-12-318-14/+104
* ftputil is a high-level FTP client library for the Python programming language.miwi2006-12-276-0/+116
* - Fix INDEX build on 4.x.shaun2006-12-272-8/+4
* In preparation to deprecate shells/bash2:bsam2006-12-231-2/+2
* - Update to 1.3.1-rc1miwi2006-12-2220-450/+462
* - Update to 0.8.0-beta2markus2006-12-216-55/+48
* - Add MASTER_SITE_LOCAL as a backup master site, the primary one suffersmarius2006-12-203-2/+87
* - Update to version 1.1.alepulver2006-12-204-30/+7
* - Fix building with GCC 4.x.alepulver2006-12-181-0/+11
* - Fix building with GCC 4.x.alepulver2006-12-181-0/+11
* - Deprecategabor2006-12-171-0/+3
* - Update to 20061204miwi2006-12-1411-47/+148
* Update the ftp/curl port to 7.16.0.roam2006-12-1316-19/+159
* - Fix root exploidmiwi2006-12-132-0/+13
* Add two security patches:delphij2006-12-136-2/+236
* MultiGet is an easy-to-use GUI file downloader for Linux/Unix/BSDs/Windows.alepulver2006-12-085-0/+66
* wxDownload Fast (also known as wxDFast) is an open source download manager. Italepulver2006-12-086-0/+168
* - Bump PORT_REVISION and change LIB_DEPENDS to reflect update in devel/libeventmnag2006-12-051-2/+2
* Add ipv6 category.tmclaugh2006-12-041-1/+1
* Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.demon2006-12-031-1/+1
* - Use features of bsd.wx.mk, especially USE_WXpav2006-12-011-1/+2
* Add ipv6 secondary category.shaun2006-11-291-1/+1
* - Deprecateerwin2006-11-291-0/+3
* Fix build on sparc64.shaun2006-11-232-1/+21
* - Fix the last imported patch (which came from proftpd's CVS repo),shaun2006-11-166-16/+34
* Add a patch from CVS to fix a security vulnerability.shaun2006-11-154-2/+94
* - Upgrade to 5.32kuriyama2006-11-133-7/+10
* - make fetchableitetcu2006-11-112-11/+10
* - Remove ONLY_FOR_ARCHSacm2006-11-083-3/+0
* If c-ares support is requested, properly depend on the shared c-aresroam2006-11-081-1/+2
* Update my email address in all ports that I maintain.laszlof2006-11-071-1/+1
* - Fix bison build failureclement2006-11-051-0/+10
* FTP is a compact and handy application for file transfersdinoex2006-11-055-0/+53
* - Fix MASTER_SITESmiwi2006-11-052-2/+2
* - Allow a couple vars to be overridden from a slave portsat2006-11-042-4/+4
* - Update to 1.2.33sat2006-11-012-4/+4
* FileZilla is a powerful FTP-client. It has been designed for ease of use andalepulver2006-11-016-0/+209
* - Update to 3.5.6miwi2006-10-312-7/+7
* Waiho is a simple FTP client for GNUstep, designed to be easy to use.dinoex2006-10-316-0/+58
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-145-6/+32
* BROKEN: Size mismatchkris2006-10-121-0/+2
* record gftp.desktop installation correctlyoliver2006-10-101-1/+1
* - Fix Backup mirrormiwi2006-09-291-3/+2
* make gtk2 the default toolkit instead of gtk12oliver2006-09-271-5/+5
* Update to curlpp-0.6.1, USE_LDCONFIG, and remove the libtool hack.roam2006-09-264-22/+55
* Reset maintainership of ports assigned to antonio@php.net after numerouslinimon2006-09-231-1/+1
* - Add security/cvm to LIB_DEPENDS as this port now links against cvmsergei2006-09-211-2/+2
* - Fix crash when getaddrinfo(3) (for DNS resolving) fails.alepulver2006-09-191-0/+45
* - Update to 0.9.4sat2006-09-192-4/+4
* Update to cURL 7.15.5 and integrate Scot Hetzel's patch forroam2006-09-184-33/+23
* Depend on devel/readline even if misc/compat5x is installed. If misc/compat5xehaupt2006-09-141-2/+4
* - Update to 0.08leeym2006-09-142-6/+8
* Back out my last commit because new patch doesn't workgarga2006-09-121-5/+6
* Fix the log_mysql_p.h patch to a better waygarga2006-09-121-6/+5
* Fix build with mysql-5.0.24agarga2006-09-111-0/+11
* - Fix MASTER_SITESmiwi2006-09-111-1/+3
* Upgrade to version 3.2.0.obrien2006-09-102-10/+11
* - Update to 1.3.2rafan2006-09-062-6/+6
* Reassign from inactive maintainer to new volunteer.linimon2006-09-041-1/+1
* Schedule these broken ports for termination on 2006-12-01kris2006-09-031-0/+2
* Add port ftp/ftpsync:sat2006-08-314-0/+43
* Mark as broken: fails to install.linimon2006-08-271-0/+2
* - Update to 1.5rafan2006-08-222-5/+5
* - Pass maintainership to submitterrafan2006-08-151-1/+1
* - Remove directories that are not in mtree filerafan2006-08-152-0/+21
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-152-2/+2
* Some modules are in Perl base.mat2006-08-141-4/+7
* Respect DESTDIRmat2006-08-141-4/+4
* Install to /... instead of to /...se2006-08-121-5/+10
* - Update to 3.5.4miwi2006-08-112-7/+7
* - Add missing locale files to plist. [1]shaun2006-08-082-18/+39
* - Broken on 4.X: does not compile (O_SYNC undeclared)pav2006-08-071-1/+7
* - Convert the port to be compliant with DESTDIRsem2006-08-061-7/+6
* - Add readline as dependency when it was already installed. The programrafan2006-08-061-4/+4
* - New port: ftp/linux-curlacm2006-08-047-0/+91
* - pet portlint(1)rafan2006-08-042-2/+0
* Add USE_GMAKE - port's build system doesn't work correctly with bmake, whichsobomax2006-08-031-0/+1
* - Update to 3.5.2novel2006-08-014-41/+33
* - Provide additional mirrors where neededsat2006-07-311-2/+1
* - Update to 2.8.3miwi2006-07-302-13/+13
* Change maintainer address to my @FreeBSD.org emailacm2006-07-231-1/+1
* Add an explicit knob for c-ares support now that we have Daniel's versionroam2006-07-141-1/+20
* Update to 7.15.4, mostly by Vasil Dimov's PR.roam2006-07-134-19/+59
* - Upgrade to 0.42.brooks2006-07-125-46/+12
* - Update to 1.48rafan2006-07-122-5/+5
* - Update to 3.5.1garga2006-07-112-7/+7
* Add patchfile fogoten in previous commit:itetcu2006-07-111-0/+66
* Update to version 1.1.1itetcu2006-07-113-81/+15