1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/devel/libslang/Makefile
Akinori MUSHA 111be898ad Fix configure script to properly detect FreeBSD's dlopen() facility.
This get libslang built with the dynamic linking feature (import()
etc.).   PORTREVISION bumped.

Approved by:	MAINTAINER
2001-01-06 10:48:02 +00:00

26 lines
501 B
Makefile

# New ports collection makefile for: S-Lang library
# Date created: 11 July 1996
# Whom: ache
#
# $FreeBSD$
#
PORTNAME= libslang
PORTVERSION= 1.4.2
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/v1.4/
DISTNAME= slang-${PORTVERSION}
MAINTAINER= xaa+ports@madison-gurkha.com
USE_BZIP2= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
#WRKSRC= ${WRKDIR}/slang
ALL_TARGET= all elf
INSTALL_TARGET= install install-elf
.include <bsd.port.mk>