mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
6823232ca7
- Remove PORTDOCS because all files are empty
19 lines
372 B
Makefile
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>
|