mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
24 lines
425 B
Makefile
24 lines
425 B
Makefile
|
# 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>
|