openbsd-ports/lang/guile/Makefile
marc 13b9a372ff use NO_SHARED_LIBS instead of test for alpha;
use PLIST.noshared instead of PLIST.alpha
1999-02-18 02:37:26 +00:00

18 lines
279 B
Makefile

DISTNAME= guile-1.3
CATEGORIES= lang
MAINTAINER= br@spooky.net
MASTER_SITES= ${MASTER_SITE_GNU}
GNU_CONFIGURE= yes
.if defined(NO_SHARED_LIBS)
CONFIGURE_ARGS+= --disable-shared
.endif
post-install:
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>