diff options
Diffstat (limited to 'shells/scponly/Makefile')
-rw-r--r-- | shells/scponly/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/shells/scponly/Makefile b/shells/scponly/Makefile new file mode 100644 index 000000000000..abcc288d36ae --- /dev/null +++ b/shells/scponly/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: scponly +# Date created: 2002/07/23 +# Whom: mcglk@artlogix.com +# +# $FreeBSD$ +# + +PORTNAME= scponly +PORTVERSION= 2.4 +CATEGORIES= shells +MASTER_SITES= http://www.sublimation.org/scponly/ +EXTRACT_SUFX= .tgz + +MAINTAINER= mcglk@artlogix.com + +MAN8= scponly.8 + +post-install: + strip ${PREFIX}/sbin/scponly + +.include <bsd.port.mk> |