1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/textproc/libwapcaplet/Makefile
Sunpoet Po-Chuan Hsieh e7a1e6a57b Simplify Makefile
Suggested by:	mat
2018-09-09 16:59:57 +00:00

30 lines
616 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= libwapcaplet
PORTVERSION= 0.4.1
CATEGORIES= textproc
MASTER_SITES= http://download.netsurf-browser.org/libs/releases/
EXTRACT_SUFX= -src.tar.gz
MAINTAINER= neel@neelc.org
COMMENT= String internment library
LICENSE= MIT
BUILD_DEPENDS= netsurf-buildsystem>=1.5:devel/netsurf-buildsystem \
${LOCALBASE}/bin/flex:textproc/flex
USES= gmake
USE_LDCONFIG= yes
MAKE_ENV= COMPONENT_TYPE="lib-shared" \
FLEX="${LOCALBASE}/bin/flex"
PLIST_SUB= VERSION=${PORTVERSION}
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libwapcaplet.so
.include <bsd.port.mk>