1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/devel/lfcxml/Makefile
Kurt Jaeger 342350edbd devel/lfcxml: simplify
As suggested by tijl:
- use INSTALL_TARGET=install-strip
- remove USES=autoreconf
2015-05-10 12:14:25 +00:00

25 lines
493 B
Makefile

# Created by: Kurt Jaeger <fbsd-ports@opsec.eu>
# $FreeBSD$
PORTNAME= lfcxml
PORTVERSION= 1.1.7
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.lemke-it.com/
MAINTAINER= fbsd-ports@opsec.eu
COMMENT= C++ XML library, used for databases/cego
LICENSE= GPLv3
LIB_DEPENDS= liblfcbase.so:${PORTSDIR}/devel/lfcbase
USES= libtool
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>