f3c496c50f
move GNU_CONFIGURE down to "et cetera" section where it belongs.
25 lines
568 B
Makefile
25 lines
568 B
Makefile
# New ports collection makefile for: S-Lang library
|
|
# Version required: 0.99-33
|
|
# Date created: 11 July 1996
|
|
# Whom: ache
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1996/07/11 17:31:18 ache Exp $
|
|
#
|
|
|
|
DISTNAME= slang0.99-33
|
|
PKGNAME= libslang-0.99.33
|
|
CATEGORIES+= devel
|
|
MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/
|
|
|
|
MAINTAINER= ache@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
ALL_TARGET= all elf
|
|
INSTALL_TARGET= install install-elf
|
|
WRKSRC= ${WRKDIR}/slang
|
|
|
|
post-install:
|
|
/sbin/ldconfig -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|