freebsd-ports/textproc/sp/Makefile
Maxim Sobolev 61ebd322a2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax
2000-06-16 08:19:52 +00:00

30 lines
853 B
Makefile

# New ports collection makefile for: sp
# Date created: April 26, 1997
# Whom: jfieber
#
# $FreeBSD$
#
PORTNAME= sp
PORTVERSION= 1.3.4
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.jclark.com/pub/sp/
MAINTAINER= chuckr@FreeBSD.org
INSTALLS_SHLIBS= yes
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
$(RM) -f $(WRKSRC)/include/*.orig
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
.include <bsd.port.mk>