openbsd-ports/devel/libslang/Makefile
marc cb73ca98dd comment out the BROKEN reason for all ports where the reason
was source files out of date and we have a copy of the required
version on ftp.openbsd.org
1998-10-18 05:01:58 +00:00

29 lines
599 B
Makefile

# $OpenBSD: Makefile,v 1.5 1998/10/18 05:02:05 marc Exp $
#
DISTNAME= slang0.99-38
PKGNAME= libslang-0.99.38
CATEGORIES= devel
#BROKEN= "newer version available"
MAINTAINER= todd@OpenBSD.org
MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/
GNU_CONFIGURE= yes
ALL_TARGET= all
INSTALL_TARGET= install
.if (${MACHINE_ARCH} != "alpha")
ALL_TARGET+= elf
INSTALL_TARGET+=install-elf
.endif
WRKSRC= ${WRKDIR}/slang
post-install:
.if (${MACHINE_ARCH} != "alpha")
@rm -f ${PREFIX}/lib/libslang.so.99.3[348]
.endif
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>