summaryrefslogtreecommitdiff
path: root/devel/gengetopt/Makefile
blob: 914030717bb42da95c07651d0749153446f43df4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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>