mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
ffefb338d5
getopt_long function to parse the command line options, validate them and fill a struct. PR: 21922 Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
21 lines
368 B
Makefile
21 lines
368 B
Makefile
# New ports collection makefile for: gengetopt
|
|
# Date created: 12 October 2000
|
|
# Whom: Cyrille Lefevre <clefevre@citeweb.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gengetopt
|
|
PORTVERSION= 2.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= gengetopt
|
|
|
|
MAINTAINER= ports@freebsd.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= gengetopt.1
|
|
|
|
.include <bsd.port.mk>
|