1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/devel/libpdel/Makefile
Stefan Eßer 6952f08efc devel/libpdel: update to version 0.6.1
Set MASTER_SITE to SourceForge.

Fix build on FreeBSD-14 and remove DEPRECATED status from Makefile.
2021-07-01 12:13:25 +02:00

26 lines
599 B
Makefile

# Created by: Archie Cobbs
PORTNAME= libpdel
PORTVERSION= 0.6.1
CATEGORIES= devel net www
MASTER_SITES= SF/libpdel/libpdel-combined/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Packet Design multi-purpose C library for embedded applications
LICENSE= PACKETDESIGN
LICENSE_NAME= Packet Design
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LIB_DEPENDS= libexpat.so:textproc/expat2
USES= tar:bz2
USE_LDCONFIG= yes
MAKE_ENV= WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null
WRKSRC_SUBDIR= pdel
.include <bsd.port.mk>