openbsd-ports/comms/libmal/Makefile
ajacoutot 3a7d940305 Update to libmal-0.44.1.
thanks to dawedawe at gmx dot de for pointing out the homepage change.
2009-12-10 10:05:02 +00:00

32 lines
620 B
Makefile

# $OpenBSD: Makefile,v 1.7 2009/12/10 10:05:02 ajacoutot Exp $
COMMENT= MAL convenience library
DISTNAME= libmal-0.44.1
SHARED_LIBS += mal 1.0 # .1.0
CATEGORIES= comms palm
HOMEPAGE= http://www.jlogday.com/code/libmal/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# MPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
WANTLIB= c pthread
LIB_DEPENDS= pisock.>=9::comms/pilot-link
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
MAKE_FLAGS+= CFLAGS="${CFLAGS} -pthread"
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
.include <bsd.port.mk>