# New ports collection makefile for: rudiments # Date created: 2 July 2001 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= rudiments PORTVERSION= 0.24 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A utility C++ class library for daemons, clients, servers and more USE_GMAKE= yes USE_AUTOCONF_VER=213 CONFIGURE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" MAKE_ARGS= VERSION="${PORTVERSION:R}" INSTALLS_SHLIB= yes .include .if ${OSVERSION} >= 500000 EXTRA_PATCHES= ${PATCHDIR}/extra-patch-* PLIST_SUB+= PROFILE="@comment " .else PLIST_SUB+= PROFILE="" .endif post-install: .if !defined(NOPORTDOCS) cd ${WRKSRC} && ${MAKE} doc-install .endif .include