mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
10588346d3
these great pieces of software, so that let others with more free time to take over them.
23 lines
454 B
Makefile
23 lines
454 B
Makefile
# New ports collection makefile for: libPropList
|
|
# Date Created: 6 December 1998
|
|
# Whom: Glenn Johnson
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libproplist
|
|
PORTVERSION= 0.10.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_WINDOWMAKER}
|
|
MASTER_SITE_SUBDIR= libs
|
|
DISTNAME= libPropList-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Property library for gnome and Window Maker
|
|
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
USE_AUTOCONF= yes
|
|
|
|
.include <bsd.port.mk>
|