diff options
Diffstat (limited to 'ftp/spegla/Makefile')
-rw-r--r-- | ftp/spegla/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ftp/spegla/Makefile b/ftp/spegla/Makefile new file mode 100644 index 0000000..dc46461 --- /dev/null +++ b/ftp/spegla/Makefile @@ -0,0 +1,22 @@ +# ex:ts=8 +# New ports collection makefile for: spegla +# Version required: 0.93p2 +# Date created: Sun Apr 19 16:17:25 PDT 1998 +# Whom: Jordan Hubbard <jkh@FreeBSD.ORG> +# +# $Id$ +# + +DISTNAME= spegla-0.93p2 +CATEGORIES= net +MASTER_SITES= ftp://ftp.luth.se/pub/unix/mirror/ + +MAINTAINER= jkh@FreeBSD.org + +WRKSRC= ${WRKDIR}/spegla + +post-install: + @mkdir -p ${PREFIX}/share/examples/spegla + ${INSTALL} -c -m 444 ${WRKSRC}/freebsd.org ${PREFIX}/share/examples/spegla + +.include <bsd.port.mk> |