mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
27 lines
452 B
Makefile
27 lines
452 B
Makefile
# New ports collection makefile for: guile
|
|
# Version required: 1.3.4
|
|
# Date created: 2 November 1997
|
|
# Whom: jseger@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= guile-1.3.4
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= guile
|
|
|
|
MAINTAINER= jseger@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
|
|
PLIST_SUB= GUILE_VER=1.3.4
|
|
|
|
post-install:
|
|
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|