mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
5ce8e8e5c7
in bsd.port.mk and this helps to unify the check and install.
23 lines
491 B
Makefile
23 lines
491 B
Makefile
# New ports collection makefile for: guile
|
|
# Version required: 1.3
|
|
# Date created: 2 November 1997
|
|
# Whom: jseger@FreeBSD.org
|
|
#
|
|
# $Id: Makefile,v 1.15 1999/01/27 07:41:21 fenner Exp $
|
|
#
|
|
|
|
DISTNAME= guile-1.3
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= guile
|
|
|
|
MAINTAINER= jseger@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= YES
|
|
MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
|
|
|
|
post-install:
|
|
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|