mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
Trim headers
Convert to new options framework remove shlib numbers
This commit is contained in:
parent
01ef8e40ae
commit
4ce7618a7a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309736
@ -1,9 +1,4 @@
|
||||
# New ports collection makefile for: cplanet
|
||||
# Date created: 2010-02-22
|
||||
# Whom: Bapt <baptiste.daroussin@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cplanet
|
||||
PORTVERSION= 0.9
|
||||
@ -14,16 +9,18 @@ MAINTAINER= bapt@FreeBSD.org
|
||||
COMMENT= RSS Feed Aggregator that generate static html
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libneo_cs.a:${PORTSDIR}/www/clearsilver
|
||||
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \
|
||||
curl.6:${PORTSDIR}/ftp/curl
|
||||
LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 \
|
||||
curl:${PORTSDIR}/ftp/curl
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
MAN1= cplanet.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
post-install:
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
.if ${PORT_OPTIONS:MEXAMPLES}
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
${INSTALL} -o root -g wheel -m 644 ${WRKSRC}/samples/cplanet-atom.cs ${EXAMPLESDIR}
|
||||
${INSTALL} -o root -g wheel -m 644 ${WRKSRC}/samples/cplanet-opml.cs ${EXAMPLESDIR}
|
||||
@ -32,4 +29,4 @@ post-install:
|
||||
${INSTALL} -o root -g wheel -m 644 ${WRKSRC}/samples/cplanet.hdf ${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user