1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/devel/libgnugetopt/Makefile
Seiichirou Hiraoka 7b478341cf Update 1.1
PR: ports/11481
Submitted by: andy@icc.surw.chel.su
1999-05-07 06:14:17 +00:00

22 lines
602 B
Makefile

# New ports collection makefile for: libgnugetopt
# Version required: 1.1
# Date created: 2 May 1999
# Whom: Andrey Zakhvatov
#
# $Id: Makefile,v 1.1.1.1 1999/05/03 03:20:32 steve Exp $
#
DISTNAME= libgnugetopt-1.1
CATEGORIES= devel
MASTER_SITES= http://www.geocities.com/SiliconValley/Code/3502/
MAINTAINER= andy@icc.surw.chel.su
do-install:
@ ${INSTALL_DATA} ${WRKSRC}/getopt.h ${PREFIX}/include
@ ${INSTALL_DATA} ${WRKSRC}/libgnugetopt.so.1 ${PREFIX}/lib
@ ${LN} -s ${PREFIX}/lib/libgnugetopt.so.1 ${PREFIX}/lib/libgnugetopt.so
@ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>