Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
26 lines
654 B
Makefile
26 lines
654 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
|
|
COMMENT= An object-oriented toolkit for SGML parsing and entity management
|
|
|
|
USE_SUBMAKE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
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>
|