2013-09-21 00:36:49 +02:00
|
|
|
# Created by: Romain Tartiere <romain@FreeBSD.org>
|
2010-06-09 15:22:00 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= portshaker-config
|
2014-02-27 16:22:42 +01:00
|
|
|
PORTREVISION= 1
|
2010-06-09 15:22:00 +02:00
|
|
|
CATEGORIES= ports-mgmt
|
|
|
|
|
|
|
|
MAINTAINER= romain@FreeBSD.org
|
|
|
|
COMMENT= Simple configuration manager for portshaker
|
|
|
|
|
|
|
|
BUILD_DEPENDS= portshaker:${PORTSDIR}/ports-mgmt/portshaker
|
2011-07-14 12:52:15 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2010-06-09 15:22:00 +02:00
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../portshaker
|
|
|
|
BUILD_WRKSRC= ${WRKSRC}/examples
|
|
|
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
|
2014-02-27 16:22:42 +01:00
|
|
|
pre-install:
|
|
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/portshaker.d
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${MV} ${STAGEDIR}${PREFIX}/etc/portshaker.conf \
|
|
|
|
${STAGEDIR}${PREFIX}/etc/portshaker.conf.sample-config
|
|
|
|
|
2010-06-09 15:22:00 +02:00
|
|
|
.include "${MASTERDIR}/Makefile"
|