1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/mail/jamlib/Makefile
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00

51 lines
1015 B
Makefile

# Ports collection makefile for: jamlib
# Date created: 14 November 2002
# Whom: CyrilM <cyrilm@tower.pp.ru>
#
# $FreeBSD$
#
PORTNAME= jamlib
PORTVERSION= 1.4.7
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= jamlib
MAINTAINER= ports@FreeBSD.org
COMMENT= A JAM subroutine library
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
USE_AUTOTOOLS= libtool:15
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>