mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
- ${PTHREAD_LIBS} and ${PTHREAD_CFLAGS} passed to configure and make
- respect existing CXXFLAGS - properly support NOPORTDOCS (fix plist) - add pkg-message - take over as maintainer PR: 28027 Submitted by: Pete Fritchman <petef@electron.databits.net>
This commit is contained in:
parent
474b85df2c
commit
72ff86b215
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43850
@ -11,12 +11,17 @@ CATEGORIES= mail
|
||||
MASTER_SITES= http://www.dgp.utoronto.ca/~mac/projects/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= petef@databits.net
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_MESA= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CFLAGS+= ${PTHREAD_CFLAGS} ${PTHREAD_LIBS:S/"//g}
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS}"
|
||||
MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \
|
||||
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}"
|
||||
|
||||
MAN1= glbiff.1
|
||||
MAN5= glbiffrc.5
|
||||
|
||||
@ -32,5 +37,6 @@ do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/glbiff
|
||||
.endfor
|
||||
.endif
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -15,8 +15,8 @@
|
||||
|
||||
-LIBS = @LIBS@
|
||||
-CXXFLAGS = $(DEBUG) @CXXFLAGS@ -DVERSION=\"$(VERSION)\"
|
||||
+LIBS = @LIBS@ @X_PRE_LIBS@ @X_LIBS@ @X_EXTRA_LIBS@
|
||||
+CXXFLAGS = $(DEBUG) @CXXFLAGS@ @X_CFLAGS@ @CPPFLAGS@ -DVERSION=\"$(VERSION)\"
|
||||
+LIBS = @LIBS@ @X_PRE_LIBS@ @X_LIBS@ @X_EXTRA_LIBS@ ${PTHREAD_LIBS}
|
||||
+CXXFLAGS += $(DEBUG) @CXXFLAGS@ @X_CFLAGS@ @CPPFLAGS@ -DVERSION=\"$(VERSION)\" ${PTHREAD_CFLAGS}
|
||||
|
||||
all: $(PROGRAM)
|
||||
|
||||
|
@ -4,3 +4,6 @@ comes from the "mailbox" program available on SGI machines, and
|
||||
hence tries to mimic some of the features present in it.
|
||||
|
||||
WWW: http://www.dgp.toronto.edu/~mac/projects/glbiff.html
|
||||
|
||||
- Pete
|
||||
petef@databits.net
|
||||
|
6
mail/glbiff/pkg-message
Normal file
6
mail/glbiff/pkg-message
Normal file
@ -0,0 +1,6 @@
|
||||
-----------------------------------------------------------------
|
||||
You have installed glbiff, a program to visually represent you of
|
||||
new mail. A sample ~/.glbiffrc file is located at:
|
||||
${PREFIX}/share/examples/glbiff/dot.glbiffrc.sample
|
||||
... and more information is available in the glbiffrc(5) manpage.
|
||||
-----------------------------------------------------------------
|
@ -1,8 +1,8 @@
|
||||
bin/glbiff
|
||||
share/doc/glbiff/ChangeLog
|
||||
share/doc/glbiff/README
|
||||
share/doc/glbiff/README.last-minute
|
||||
share/doc/glbiff/TODO
|
||||
%%PORTDOCS%%share/doc/glbiff/ChangeLog
|
||||
%%PORTDOCS%%share/doc/glbiff/README
|
||||
%%PORTDOCS%%share/doc/glbiff/README.last-minute
|
||||
%%PORTDOCS%%share/doc/glbiff/TODO
|
||||
share/examples/glbiff/dot.glbiffrc.sample
|
||||
@dirrm share/doc/glbiff
|
||||
%%PORTDOCS%%@dirrm share/doc/glbiff
|
||||
@dirrm share/examples/glbiff
|
||||
|
Loading…
Reference in New Issue
Block a user