blob: b4d9329c7bb40eb9accf29066b148bbbe3bfdff9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Ports collection makefile for: libmal
# Date created: 4 september 2002
# Whom: Adriaan de Groot <groot@kde.org>
#
#
# $FreeBSD$
#
PORTNAME= libmal
PORTVERSION= 0.20
CATEGORIES= palm
MASTER_SITES= http://jasonday.home.att.net/code/libmal/
MAINTAINER= groot@kde.org
LIB_DEPENDS= pisock.8:${PORTSDIR}/palm/pilot-link
USE_GMAKE= YES
USE_LIBTOOL= YES
HAS_CONFIGURE= YES
INSTALLS_SHLIB= libmal
.include <bsd.port.mk>
|