54a0b86543
in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
29 lines
602 B
Makefile
29 lines
602 B
Makefile
# New ports collection makefile for: ncnf
|
|
# Date created: 29 May 2005
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ncnf
|
|
PORTVERSION= 3.0.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
COMMENT= Generic configuration management library
|
|
|
|
LIB_DEPENDS= strfunc.9:${PORTSDIR}/devel/libstrfunc
|
|
|
|
INSTALLS_SHLIB= YES
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_REINPLACE= YES
|
|
|
|
post-patch:
|
|
.ifdef NOPORTDOCS
|
|
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/doc//' ${WRKSRC}/Makefile.in
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|