mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
b0cd70bd5f
PR: 14857 Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
30 lines
750 B
Makefile
30 lines
750 B
Makefile
# New ports collection makefile for: librep
|
|
# Version required: 0.7.1
|
|
# Date created: 13 September 1999
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= librep-0.7.1
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://ftp.dcs.warwick.ac.uk/people/John.Harper/librep/
|
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
|
|
|
PLIST_SUB= GNUHOST=${ARCH}--freebsd${OSREL}
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV+= LIBS="-lxpg4"
|
|
|
|
TAR_VER= '\"'`${TAR} --version 2>&1 | ${SED} 's/GNU tar version //'`'\"'
|
|
|
|
post-patch:
|
|
${CAT} ${WRKSRC}/lisp/tar-file-handler.jl | \
|
|
${SED} '/^(defvar tarfh-gnu-tar-version/s/nil/'${TAR_VER}'/' \
|
|
> ${WRKDIR}/tmp.work
|
|
${CP} ${WRKDIR}/tmp.work ${WRKSRC}/lisp/tar-file-handler.jl
|
|
|
|
.include <bsd.port.mk>
|