diff options
Diffstat (limited to 'misc/freecode-submit/Makefile')
-rw-r--r-- | misc/freecode-submit/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/misc/freecode-submit/Makefile b/misc/freecode-submit/Makefile deleted file mode 100644 index 19e1e3c9199f..000000000000 --- a/misc/freecode-submit/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: freshmeat-submit -# Date created: 2 Jan 2005 -# Whom: x -# -# $FreeBSD$ -# - -PORTNAME= freshmeat-submit -PORTVERSION= 2.2 -CATEGORIES= misc -MASTER_SITES= http://www.catb.org/~esr/freshmeat-submit/ \ - http://www.c-s.li/ports/ - -MAINTAINER= c-s@c-s.li -COMMENT= Submission of updates to Freshmeat via its XML-RPC - -LICENSE= BSD - -USE_PYTHON= yes -NO_BUILD= yes - -PLIST_FILES= bin/freshmeat-submit -MAN1= freshmeat-submit.1 - -.include <bsd.port.pre.mk> - -do-install: - ${MKDIR} ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/freshmeat-submit ${PREFIX}/bin - ${MKDIR} ${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/freshmeat-submit.1 ${MAN1PREFIX}/man/man1 - -.include <bsd.port.post.mk> |