mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
dea57f2979
While here, unmask post-install strip command and just simplify the glob with the same result.
25 lines
492 B
Makefile
25 lines
492 B
Makefile
# Created by: Kouichi ABE (WALL) <kouichi@mysticwall.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sxml
|
|
PORTVERSION= 1.0.6
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.MysticWALL.COM/download/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Skimpy XML parsing and grafting library for C language
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsxml*.so
|
|
|
|
.include <bsd.port.mk>
|