aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gengetopt/Makefile
blob: 13244119dafea35b54ce3e5370540283159543df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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.2
CATEGORIES= devel
MASTER_SITES=   ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@freebsd.org

LIB_DEPENDS=    gnugetopt.1:${PORTSDIR}/devel/libgnugetopt

GNU_CONFIGURE=  yes

USE_GMAKE=  yes

MAN1=       gengetopt.1

.include <bsd.port.mk>