1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/devel/libytnef/Makefile
Tijl Coosemans 6823232ca7 - Convert to USES=libtool and add INSTALL_TARGET=install-strip
- Remove PORTDOCS because all files are empty
2014-08-28 19:53:09 +00:00

19 lines
372 B
Makefile

# Created by: Rodrigo Graeff <delphus@gmail.com>
# $FreeBSD$
PORTNAME= libytnef
PORTVERSION= 1.5
PORTREVISION= 3
CATEGORIES= devel mail
MASTER_SITES= SF/ytnef/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Unpack data in MS Outlook TNEF format
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= libtool
USE_LDCONFIG= yes
.include <bsd.port.mk>