blob: b600cdc0d64016a4dc0aadc3e09fa0e9e4bd0583 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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
CONFLICTS= kdenetwork-3.1.*
USE_AUTOTOOLS= libtool:13:inc
INSTALLS_SHLIB= yes
.include <bsd.port.mk>
|