freebsd-ports/mail/jamlib/Makefile
Edwin Groothuis eca33d3df5 New ports: mail/jamlib
These are a collection of subroutines that encapsulate much
	of the format-specific and tedious details of the JAM message
	base format.  The idea is that application programmers by
	using these routines can concentrate on the more high-level
	issues of their programs instead of worrying about their
	JAM routines.

PR:		ports/45467
Submitted by:	Cyril Margorin <cyrilm@immo.ru>
2003-03-31 22:45:23 +00:00

51 lines
1007 B
Makefile

# Ports collection makefile for: jamlib
# Date created: 14 November 2002
# Whom: CyrilM <cyrilm@tower.pp.ru>
#
# $FreeBSD$
#
PORTNAME= jamlib
PORTVERSION= 1.4.6
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= jamlib
MAINTAINER= cyrilm@tower.pp.ru
COMMENT= A JAM subroutine library
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
USE_LIBTOOL= yes
NO_INSTALL_MANPAGES= yes
INSTALLS_SHLIB= yes
MAN3= JAM_AddEmptyMessage.3 \
JAM_AddMessage.3 \
JAM_ChangeMsgHeader.3 \
JAM_ClearMsgHeader.3 \
JAM_CloseMB.3 \
JAM_Crc32.3 \
JAM_CreateMB.3 \
JAM_DelSubPacket.3 \
JAM_DeleteMessage.3 \
JAM_Errno.3 \
JAM_FindUser.3 \
JAM_GetMBSize.3 \
JAM_GetSubfield.3 \
JAM_GetSubfield_R.3 \
JAM_LockMB.3 \
JAM_NewSubPacket.3 \
JAM_OpenMB.3 \
JAM_PutSubfield.3 \
JAM_ReadLastRead.3 \
JAM_ReadMBHeader.3 \
JAM_ReadMsgHeader.3 \
JAM_ReadMsgText.3 \
JAM_RemoveMB.3 \
JAM_UnlockMB.3 \
JAM_WriteLastRead.3 \
JAM_WriteMBHeader.3 \
jamlib.3
.include <bsd.port.mk>