freebsd-ports/devel/libgnugetopt/Makefile

31 lines
814 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: libgnugetopt
# Date created: 2 May 1999
# Whom: Andrey Zakhvatov
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
# 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
# distfile. -- obrien
2000-04-11 23:30:15 +02:00
PORTNAME= libgnugetopt
PORTVERSION= 1.1
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
MAINTAINER= obrien@FreeBSD.org
INSTALLS_SHLIB= yes
do-install:
@ ${INSTALL_DATA} ${WRKSRC}/getopt.h ${PREFIX}/include
@ ${INSTALL_DATA} ${WRKSRC}/libgnugetopt.a ${PREFIX}/lib
@ ${INSTALL_DATA} ${WRKSRC}/libgnugetopt.so.1 ${PREFIX}/lib
@ cd ${PREFIX}/lib ; ${LN} -sf libgnugetopt.so.1 libgnugetopt.so
.include <bsd.port.mk>