mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
parent
d74538e38a
commit
07a20012a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15370
4 changed files with 27 additions and 17 deletions
|
@ -1,12 +1,12 @@
|
||||||
# New ports collection makefile for: cs
|
# New ports collection makefile for: cs
|
||||||
# Version required: 0.3
|
# Version required: 0.5
|
||||||
# Date created: 22 May 1997
|
# Date created: 22 May 1997
|
||||||
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
|
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.1.1.1 1997/05/23 07:58:58 tg Exp $
|
# $Id: Makefile,v 1.2 1997/06/05 07:36:51 tg Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= cs-0.3
|
DISTNAME= cs-0.5
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= ftp://cantor.informatik.rwth-aachen.de/pub/unix/
|
MASTER_SITES= ftp://cantor.informatik.rwth-aachen.de/pub/unix/
|
||||||
|
|
||||||
|
@ -17,7 +17,14 @@ ALL_TARGET= cs
|
||||||
MAN1= cs.1
|
MAN1= cs.1
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/cs ${PREFIX}/bin
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/cs ${PREFIX}/bin
|
||||||
${INSTALL_MAN} ${WRKSRC}/cs.1 ${PREFIX}/man/man1
|
@ ${INSTALL_MAN} ${WRKSRC}/cs.1 ${PREFIX}/man/man1
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
.if !defined(NOPORTDOCS)
|
||||||
|
@ ${MKDIR} ${PREFIX}/share/doc/cs
|
||||||
|
@ ${INSTALL_DATA} ${WRKSRC}/ANNOUNCE ${PREFIX}/share/doc/cs
|
||||||
|
@ ${INSTALL_DATA} ${WRKSRC}/cs.html ${PREFIX}/share/doc/cs
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (cs-0.3.tar.gz) = 414fc15906fcc25a794762a1dec92d63
|
MD5 (cs-0.5.tar.gz) = 61f8ea27a169e86e3e5e6eda4585e688
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
--- Makefile.orig Wed May 7 09:32:24 1997
|
--- Makefile Sat Sep 19 19:10:58 1998
|
||||||
+++ Makefile Thu May 22 19:18:35 1997
|
+++ /home/andy/tmp/wrk/Makefile Tue Dec 15 20:44:22 1998
|
||||||
@@ -2,7 +2,7 @@
|
@@ -2,7 +2,7 @@
|
||||||
DB= BINARY_DB
|
#DB= BINARY_DB
|
||||||
|
|
||||||
#{{{script}}}#{{{ Linux, moria machines
|
#{{{script}}}#{{{ Linux, moria machines
|
||||||
-CFLAGS= -p -g -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common
|
-CFLAGS= -g -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common
|
||||||
+#CFLAGS= -p -g -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common
|
+#CFLAGS= -g -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common
|
||||||
CPPFLAGS= -D$(DB)
|
CPPFLAGS= -D$(DB)
|
||||||
LDFLAGS= -p -g
|
LDFLAGS= -g
|
||||||
LIBS= -lcurses
|
LIBS= -lcurses
|
||||||
@@ -32,11 +32,11 @@
|
@@ -32,11 +32,11 @@
|
||||||
#}}}
|
#}}}
|
||||||
|
@ -18,11 +18,11 @@
|
||||||
-#LIBS= -lncurses -lmytinfo
|
-#LIBS= -lncurses -lmytinfo
|
||||||
-#LDFLAGS=
|
-#LDFLAGS=
|
||||||
-#MAKEDEPEND= gcc -MM
|
-#MAKEDEPEND= gcc -MM
|
||||||
+CFLAGS+= -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common $(CPPFLAGS)
|
+CFLAGS+= -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common $(CPPFLAGS)
|
||||||
+CPPFLAGS= -I.curses.h -DNO_POSIX_SOURCE -D$(DB)
|
+CPPFLAGS= -I.curses.h -DNO_POSIX_SOURCE -D$(DB)
|
||||||
+LIBS= -lncurses -lmytinfo
|
+LIBS= -lncurses -lmytinfo
|
||||||
+LDFLAGS= -s
|
+LDFLAGS=
|
||||||
+MAKEDEPEND= gcc -MM
|
+MAKEDEPEND= gcc -MM
|
||||||
#}}}
|
#}}}
|
||||||
#{{{ SunOS 4, gcc
|
#{{{ BSDI
|
||||||
#CC= gcc
|
#CC= gcc
|
||||||
|
|
|
@ -1 +1,4 @@
|
||||||
bin/cs
|
bin/cs
|
||||||
|
share/doc/cs/ANNOUNCE
|
||||||
|
share/doc/cs/cs.html
|
||||||
|
@dirrm share/doc/cs
|
||||||
|
|
Loading…
Add table
Reference in a new issue