mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
f1c91cc1b8
- Convert to use_ldconfig - Cosmetics Approved by: archie's inactivity and timeouts during the last 6 months
22 lines
422 B
Makefile
22 lines
422 B
Makefile
# New ports collection makefile for: libpdel
|
|
# Date created: 22 Apr 2002
|
|
# Whom: Archie Cobbs
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libpdel
|
|
PORTVERSION= 0.5.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel net www
|
|
MASTER_SITES= LOCAL/archie
|
|
|
|
MAINTAINER= archie@FreeBSD.org
|
|
COMMENT= Packet Design multi-purpose C library for embedded applications
|
|
|
|
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|