freebsd-ports/ports-mgmt/lsknobs/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

26 lines
561 B
Makefile

# Created by: Gabriel Linder <linder.gabriel@gmail.com>
# $FreeBSD$
PORTNAME= lsknobs
PORTVERSION= 1.0
CATEGORIES= ports-mgmt
MASTER_SITES= # none
DISTFILES= # none
EXTRACT_ONLY= # none
MAINTAINER= linder.gabriel@gmail.com
COMMENT= Simple script to help configure ports knobs and options
RUN_DEPENDS= ${LOCALBASE}/libexec/portconf:ports-mgmt/portconf
NO_BUILD= yes
SUB_FILES= pkg-message ${PORTNAME}.sh
PLIST_FILES= sbin/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh \
${STAGEDIR}${PREFIX}/sbin/${PORTNAME}
.include <bsd.port.mk>