FreeBSD Bugzilla – Attachment 147803 Details for
Bug 193978
[NEW PORT] misc/countdown: Counts down a specified time interval, beeps, and then exits
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Stock Makefile for the deskutils/countdown port
Makefile (text/plain), 585 bytes, created by
Neel Chauhan
on 2014-09-29 12:42:29 UTC
(
hide
)
Description:
Stock Makefile for the deskutils/countdown port
Filename:
MIME Type:
Creator:
Neel Chauhan
Created:
2014-09-29 12:42:29 UTC
Size:
585 bytes
patch
obsolete
># Makefile for countdown > >BINDIR = /usr/local/bin >MANDIR = /usr/local/man/man1 >CC = cc >CFLAGS = -O -ansi -pedantic -U__STRICT_ANSI__ -Wall -Wpointer-arith -Wshadow -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wno-long-long >LDFLAGS = -s > >all: countdown > >countdown: countdown.c > $(CC) $(CFLAGS) countdown.c $(LDFLAGS) -o countdown > > >install: all > rm -f $(BINDIR)/countdown > cp countdown $(BINDIR)/countdown > rm -f $(MANDIR)/countdown.1 > cp countdown.1 $(MANDIR)/countdown.1 > >clean: > rm -f countdown *.o core core.* *.core
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 193978
:
147734
|
147751
|
147786
|
147803
|
147807
|
147942