blob: d518264283078342aae1778aa65c491ec0c5d7cf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: guile
# Version required: 1.3
# Date created: 2 November 1997
# Whom: jseger@FreeBSD.org
#
# $FreeBSD$
#
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>
|