freebsd-ports/devel/libgnugetopt/Makefile
David E. O'Brien cd027a187b * The patch for rev 1.18 did not make it to Freefall. Fix that.
* fix the symlinking so `make reinstall' works
* change how the symlinking is done to produce a more esthetic link
2001-03-11 23:06:08 +00:00

30 lines
814 B
Makefile

# ex:ts=8
# New ports collection makefile for: libgnugetopt
# Date created: 2 May 1999
# Whom: Andrey Zakhvatov
#
# $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
PORTNAME= libgnugetopt
PORTVERSION= 1.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_LOCAL}
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>