freebsd-ports/devel/rudiments/Makefile
Dmitry Sivachenko 2ddcd2421b Update to version 0.26.3. Merge some changes from the following PR.
PR:		66645
Submitted by:	Thierry Thomas <thierry@pompo.net>
2004-05-28 11:51:54 +00:00

24 lines
615 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.26.3
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
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= PTHREADINCLUDES="${PTHREAD_CFLAGS}" \
PTHREADLIB="${PTHREAD_LIBS}"
INSTALLS_SHLIB= yes
.include <bsd.port.mk>