# New ports collection makefile for: FDclone # Version required: 1.03h # Date created: 20 Feb 1996 # Whom: Nobuhiro Yasutomi # # $Id: Makefile,v 1.10 1998/04/05 04:46:26 max Exp $ # DISTNAME= FD-1.03h PKGNAME= fd-1.03h CATEGORIES= misc MASTER_SITES= ftp://ftp.ics.es.osaka-u.ac.jp/pub/FDclone/ MAINTAINER= nobu@psrc.isac.co.jp MANLANG= ja MAN1= fd.1 MAKE_ENV= LANG=${MANLANG} DOCS= README FAQ HISTORY ToAdmin SIGNATURE= Nobuhiro Yasutomi <${MAINTAINER}> # require maintainer signature for binary package distributions do-configure: @cd ${WRKSRC}; v=version.h; ${MV} $$v $$v.orig; \ ${SED} 's/\(distributor = \)NULL/\1"${SIGNATURE}"/' $$v.orig > $$v post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/fd @for i in $(DOCS); do \ ${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/fd; \ done .endif @${CAT} ${PKGDIR}/MESSAGE .include o link the two shared objects it 2014-09-21T15:36:25+00:00 Sean Bruno sbruno@FreeBSD.org 2014-09-21T15:36:25+00:00 e286403320cc18ff34a87de704f8935251bda6b5 creates. This fixes a problem on arm where the shared object will attempt to access symbols in libgcc, however the .so files don't link against libgcc the build fails. PR: 193791 Submitted by: andrew Reviewed by: tijl Approved by: bapt (mentor)
creates. This fixes a problem on arm where the shared object will attempt to
access symbols in libgcc, however the .so files don't link against libgcc the
build fails.

PR:		193791
Submitted by:	andrew
Reviewed by:	tijl
Approved by:	bapt (mentor)
Change INSTALL_DATA to install with mode 644 2014-09-04T19:26:24+00:00 Antoine Brodin antoine@FreeBSD.org 2014-09-04T19:26:24+00:00 228ab588738952bd42427886fd5368181243ba6e Remove patches and hacks that were used to work around the previous situation This allows to stage more ports as a regular user Differential Revision: https://reviews.freebsd.org/D703 Reviewed by and discussed with: bapt With hat: portmgr
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user

Differential Revision:	https://reviews.freebsd.org/D703
Reviewed by and discussed with:	bapt
With hat:	portmgr
x11-toolkits/blt: install libBLTstubs.a too 2014-07-26T23:40:50+00:00 John Marino marino@FreeBSD.org 2014-07-26T23:40:50+00:00 8437c8ae4e3b15446915d40546ff332765755f26 PR: 190646 Submitted by: darius (dons.net.au)
PR:		190646
Submitted by:	darius (dons.net.au)