21 lines
430 B
Makefile
21 lines
430 B
Makefile
# New ports collection makefile for: mimelib
|
|
# Date created: 20 November 2000
|
|
# Whom: never@nevermind.kiev.ua
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mimelib
|
|
PORTVERSION= 1.1.2
|
|
CATEGORIES= converters
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= icqmail
|
|
|
|
MAINTAINER= never@nevermind.kiev.ua
|
|
COMMENT= C++ class library for manipulating messages in MIME format
|
|
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|