23 lines
390 B
Makefile
23 lines
390 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: gengetopt
|
|
# Date created: 12 October 2000
|
|
# Whom: Cyrille Lefevre <clefevre@citeweb.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gengetopt
|
|
PORTVERSION= 2.4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@freebsd.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= gengetopt.1
|
|
|
|
.include <bsd.port.mk>
|