freebsd-ports/devel/rudiments/Makefile
2004-02-29 00:58:45 +00:00

40 lines
822 B
Makefile

# New ports collection makefile for: rudiments
# Date created: 2 July 2001
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= rudiments
PORTVERSION= 0.24
PORTREVISION= 2
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 <bsd.port.pre.mk>
.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 <bsd.port.post.mk>