1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/mail/smapi/Makefile
Peter Pentchev c4f4f55527 Update to 001211.
PR:		23483
Submitted by:	maintainer
2000-12-12 08:27:24 +00:00

31 lines
707 B
Makefile

# New ports collection makefile for: smapi
# Date created: 19 June 2000
# Whom: Sergey Samoyloff <gonza@techline.ru>
#
# $FreeBSD$
#
PORTNAME= smapi
PORTVERSION= 001211
CATEGORIES= mail
MASTER_SITES= http://cvs.physcip.uni-stuttgart.de/cvs2/
MAINTAINER= gonza@techline.ru
WRKSRC= ${WRKDIR}/smapi
MAKEFILE= makefile.bsd
ALL_TARGET= libsmapibsd.a
FILES= alc.h api_brow.h compiler.h ffind.h msgapi.h patmat.h prog.h \
progprot.h stamp.h typedefs.h unused.h semaphor.h
do-install:
${MKDIR} ${PREFIX}/include/smapi
.for FILE in ${FILES}
${INSTALL_DATA} ${WRKSRC}/${FILE} ${PREFIX}/include/smapi
.endfor
${INSTALL_DATA} ${WRKSRC}/libsmapibsd.a ${PREFIX}/lib/libsmapi.a
.include <bsd.port.mk>