freebsd-ports/devel/libsigc++/Makefile
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
2005-11-15 06:52:12 +00:00

41 lines
1.2 KiB
Makefile

# New ports collection makefile for: libsigc++
# Date created: 27 January 2000
# Whom: Joe Lu <JoeLu@JoeLu.m8.ntu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= libsigc++
PORTVERSION= 1.0.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= libsigc \
sources/libsigc++/1.0
MAINTAINER= gnome@FreeBSD.org
COMMENT= Callback Framework for C++
USE_AUTOTOOLS= libtool:13:inc
INSTALLS_SHLIB= yes
USE_GNOME= gnomehack
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/FEATURES ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/API ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/FAQ ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/UML ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/conventions ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/diagrams ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/marshal ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/powerusers ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/requirements ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/riscos ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/signals ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/win32 ${DOCSDIR}
.endif
.include <bsd.port.mk>