871e272b22
PR: 149671 Submitted by: maintainer
22 lines
501 B
Makefile
22 lines
501 B
Makefile
# New ports collection makefile for: cego-base
|
|
# Date created: Jun 12, 2010
|
|
# Whom: Kurt Jaeger <fbsd-ports@opsec.eu>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cego-base
|
|
PORTVERSION= 1.1.32
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.lemke-it.com/
|
|
DISTNAME= base-${PORTVERSION}
|
|
|
|
MAINTAINER= fbsd-ports@opsec.eu
|
|
COMMENT= A collection of basic c++ classes, used for databases/cego
|
|
|
|
LICENSE= GPLv2
|
|
WRKSRC= ${WRKDIR}/base
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USE_AUTOTOOLS= autoconf:262:env
|
|
|
|
.include <bsd.port.mk>
|