mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
68e3e3e5ac
- Make portlint happy PR: ports/158783 Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) Approved by: bapt (mentor)
34 lines
614 B
Makefile
34 lines
614 B
Makefile
# New ports collection makefile for: libroxml
|
|
# Date created: 2010-04-16
|
|
# Whom: Hung-Yi Chen <gaod@hychen.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libroxml
|
|
PORTVERSION= 2.0.3
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
MAINTAINER= gaod@hychen.org
|
|
COMMENT= A minimum, easy-to-use, C implementation for xml file parsing
|
|
|
|
PROJECTHOST= libroxml
|
|
|
|
USE_GMAKE= yes
|
|
MAKE_ENV+= DESTDIR=${PREFIX}
|
|
USE_LDCONFIG= yes
|
|
|
|
MAN1= roxml.1
|
|
|
|
PLIST_FILES= bin/roxml \
|
|
lib/libroxml.so \
|
|
lib/libroxml.so.0 \
|
|
lib/libroxml.a \
|
|
include/roxml.h
|
|
|
|
pre-build:
|
|
@cd ${WRKSRC} && ${GMAKE} clean
|
|
|
|
.include <bsd.port.mk>
|