2001-02-07 15:51:16 +01:00
|
|
|
# ex:ts=8
|
1999-05-03 05:20:33 +02:00
|
|
|
# New ports collection makefile for: libgnugetopt
|
|
|
|
# Date created: 2 May 1999
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1999-05-03 05:20:33 +02:00
|
|
|
#
|
|
|
|
|
2001-02-19 08:24:23 +01:00
|
|
|
# Note that GCC contains the master copy of GNU's getopt in libiberty/
|
|
|
|
# and include/. The next time this port is updated, it should use
|
|
|
|
# the latest GCC release (the smaller -core dist is fine) for the
|
2002-05-08 23:03:16 +02:00
|
|
|
# distfile. -- David O'Brien <obrien@FreeBSD.org>
|
2001-02-19 08:24:23 +01:00
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= libgnugetopt
|
|
|
|
PORTVERSION= 1.1
|
1999-05-03 05:20:33 +02:00
|
|
|
CATEGORIES= devel
|
2001-02-14 06:43:00 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
2000-06-29 04:31:42 +02:00
|
|
|
MASTER_SITE_SUBDIR= obrien
|
1999-05-03 05:20:33 +02:00
|
|
|
|
2002-05-09 08:15:30 +02:00
|
|
|
MAINTAINER= lioux@FreeBSD.org
|
1999-05-03 05:20:33 +02:00
|
|
|
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-06-16 10:48:22 +02:00
|
|
|
|
1999-05-03 05:20:33 +02:00
|
|
|
do-install:
|
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/getopt.h ${PREFIX}/include
|
2001-03-11 00:51:25 +01:00
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/libgnugetopt.a ${PREFIX}/lib
|
1999-05-07 08:14:17 +02:00
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/libgnugetopt.so.1 ${PREFIX}/lib
|
2001-03-12 00:06:08 +01:00
|
|
|
@ cd ${PREFIX}/lib ; ${LN} -sf libgnugetopt.so.1 libgnugetopt.so
|
1999-05-03 05:20:33 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|