94817f0784
LICENSE= PD Note that although Public Domain is not technically a license, it's handled in the same way as licenses here, which is a common practice (Arch, Gentoo, Fedora, Debian, even FOSSology do the same). Convert all ports which redefine Public Domain LICENSE to LICENSE=PD. Approved by: portmgr (bapt) Differential Revision: D4149
28 lines
623 B
Makefile
28 lines
623 B
Makefile
# Created by: Nils M Holm <nmh@t3x.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= s9fes
|
|
PORTVERSION= 20121005
|
|
CATEGORIES= lang scheme
|
|
MASTER_SITES= http://www.t3x.org/s9fes/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Portable Scheme interpreter with a Unix interface
|
|
|
|
BROKEN= unfetchable
|
|
|
|
LICENSE= PD
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIBDIR= ${DATADIR}
|
|
MAKE_ARGS= ${MAKE_ENV}
|
|
WRKSRC= ${WRKDIR}/s9
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -E \
|
|
-e 's|\$$\(BINDIR\)|$$(DESTDIR)$$(BINDIR)|g' \
|
|
-e '/-DDEF|>s9.1.gz/!s|\$$\(LIBDIR\)|$$(DESTDIR)$$(LIBDIR)|g' \
|
|
-e 's|\$$\(MANDIR\)|$$(DESTDIR)$$(MANDIR)|g' \
|
|
${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|