1997-04-26 20:02:01 +00:00
|
|
|
# New ports collection makefile for: sp
|
1997-10-14 01:23:55 +00:00
|
|
|
# Version required: 1.2.1
|
1997-04-26 20:02:01 +00:00
|
|
|
# Date created: April 26, 1997
|
|
|
|
# Whom: jfieber
|
|
|
|
#
|
1999-06-02 21:40:22 +00:00
|
|
|
# $Id: Makefile,v 1.9 1999/06/02 21:38:29 chuckr Exp $
|
1997-04-26 20:02:01 +00:00
|
|
|
#
|
|
|
|
|
1999-06-02 21:39:10 +00:00
|
|
|
DISTNAME= sp-1.3
|
1997-04-26 20:02:01 +00:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= ftp://ftp.jclark.com/pub/sp/
|
|
|
|
|
1999-06-02 21:40:22 +00:00
|
|
|
MAINTAINER= chuckr@FreeBSD.ORG
|
1997-04-26 20:02:01 +00:00
|
|
|
|
1999-06-02 21:39:10 +00:00
|
|
|
post-patch:
|
|
|
|
$(CP) $(WRKSRC)/Makefile $(WRKSRC)/Makefile.sed
|
|
|
|
$(CP) $(WRKSRC)/Makefile.lib $(WRKSRC)/Makefile.lib.sed
|
|
|
|
$(SED) -e "s%/opt/local%$(PREFIX)%" <$(WRKSRC)/Makefile.sed >$(WRKSRC)/Makefile
|
|
|
|
$(SED) -e "s%/opt/local%$(PREFIX)%" <$(WRKSRC)/Makefile.lib.sed >$(WRKSRC)/Makefile.lib
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
$(MKDIR) $(PREFIX)/include/sp
|
|
|
|
$(MKDIR) $(PREFIX)/share/doc/sp
|
|
|
|
for file in $(WRKSRC)/include/*;do $(INSTALL_DATA) $$file $(PREFIX)/include/sp;done
|
|
|
|
for file in $(WRKSRC)/doc/*;do $(INSTALL_DATA) $$file $(PREFIX)/share/doc/sp;done
|
1997-04-26 20:02:01 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|