1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/devel/gengetopt/Makefile
Pete Fritchman 4a5c2c67cb - add NOPORTDOCS support & install documentation
- minor indentation fix in pkg-descr
- add @comment $FreeBSD$ to pkg-plist & sort

PR:		31543
Submitted by:	maintainer
2001-11-15 05:58:49 +00:00

31 lines
665 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= clefevre@citeweb.net
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= gengetopt.1
.if defined(NOPORTDOCS)
do-install:
@cd ${INSTALL_WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${GMAKE} \
${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} install
@cd ${INSTALL_WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${GMAKE} \
${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} install-man
.endif
.include <bsd.port.mk>