Automatically generate symlinks for virtual categories.

Eitan Adler eitanadlerlist at gmail.com
Fri Jun 5 22:11:40 UTC 2009


Attached is the Makefile from the port. In order to save space I'm not
attaching pkg-descr, or distinfo.

-- 
Eitan Adler
"Security is increased by designing for the way humans actually behave."
-Jakob Nielsen
-------------- next part --------------
# New ports collection makefile for:   symlink
# Date created:        Fri Jun 05 2009
# Whom:                Eitan Adler <EitanAdlerList at gmail.com>
#
# $FreeBSD$
#

PORTNAME=	symlink
PORTVERSION=	3
CATEGORIES=	ports-mgmt
MASTER_SITES=	http://isis.poly.edu/~eitan/files/
DISTNAME=	auto-symlink-virtual-${PORTVERSION}.sh
EXTRACT_SUFX=

MAINTAINER=	EitanAdlerList at gmail.com
COMMENT=	Automatically generate symlinks for virtual categories

NO_BUILD=	yes
NO_EXTRACT=	yes
EXTRACT_CMD=	true

PLIST_FILES=	bin/${PORTNAME}

do-install:
	${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>


More information about the freebsd-ports mailing list