a57ede897d
Submitted by: petef
26 lines
467 B
Makefile
26 lines
467 B
Makefile
# New ports collection makefile for: corkscrew
|
|
# Date created: Apr 12, 2001
|
|
# Whom: Mark Pulford <mark@kyne.com.au>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= corkscrew
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.agroman.net/corkscrew/
|
|
|
|
MAINTAINER= markp@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for file in NEWS README TODO
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|