1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/libytnef/Makefile
Ade Lovett 221f664b26 Fix devel/libytnef[1] and others[2] after libtool commit.
Submitted by:	pointyhat[1] ume[2]
Approved by:	portmgr (implicit)
2006-02-24 15:35:23 +00:00

34 lines
690 B
Makefile

# New ports collection makefile for: libytnef
# Date created: 21 Feb 2005
# Whom: Rodrigo Graeff <delphus@gmail.com>
#
# $FreeBSD$
#
PORTNAME= libytnef
PORTVERSION= 1.5
PORTREVISION= 1
CATEGORIES= devel mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ytnef
MAINTAINER= delphus@gmail.com
COMMENT= Unpack data in MS Outlook TNEF format
GNU_CONFIGURE= yes
USE_AUTOTOOLS= libtool:15
INSTALLS_SHLIB= yes
USE_GETOPT_LONG=yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
PORTDOCS= AUTHORS NEWS README
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>