mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
53476ffd54
PR: ports/164182 Approved by: gabor (mentor, implicit)
22 lines
427 B
Makefile
22 lines
427 B
Makefile
# New ports collection makefile for: lfc
|
|
# Date created: 20100907
|
|
# Whom: Kurt Jaeger <fbsd-ports@opsec.eu>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lfc
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.lemke-it.com/
|
|
|
|
MAINTAINER= fbsd-ports@opsec.eu
|
|
COMMENT= A collection of basic c++ classes, used for databases/cego
|
|
|
|
LICENSE= GPLv2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USE_AUTOTOOLS= autoconf:env
|
|
|
|
.include <bsd.port.mk>
|