aboutsummaryrefslogblamecommitdiff
path: root/devel/freelibiberty/Makefile
blob: ad086540026c1b852eb49667ed8fba80d7c7b62e (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                   
                                       
                                                       



           

                             
                 
                     
                                                                   
                                        
 
                                 
                                                        
 

                              
                   
 

                                                           

                                                                         


                                                                           
 
                      
# New ports collection makefile for: free-libiberty
# Date created: 	30 October 1999
# Whom:			James Howard <ports@vocito.com>
#
# $FreeBSD$
#

PORTNAME=	freelibiberty
PORTVERSION=	0.2
PORTREVISION=	1
CATEGORIES=	devel
MASTER_SITES=	http://www.vocito.com/downloads/software/libiberty/
DISTNAME=	libiberty-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A freely-redistributable libiberty clone

CONFLICTS=	gnulibiberty-*

USE_LDCONFIG=	yes

do-install:
	${INSTALL_DATA} ${WRKSRC}/libiberty.a ${PREFIX}/lib
	${INSTALL_DATA} ${WRKSRC}/libiberty.so.1 ${PREFIX}/lib
	${LN} -sf ${PREFIX}/lib/libiberty.so.1 ${PREFIX}/lib/libiberty.so
	${MKDIR} ${PREFIX}/include/${PORTNAME}
	${INSTALL_DATA} ${WRKSRC}/libiberty.h ${PREFIX}/include/${PORTNAME}
	${INSTALL_DATA} ${WRKSRC}/getopt.h ${PREFIX}/include/${PORTNAME}

.include <bsd.port.mk>