mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
8e353ac558
- Do not install useless .la file PR: ports/57352 Submitted By: KATO Tsuguru <tkato@prontomail.com>
22 lines
446 B
Makefile
22 lines
446 B
Makefile
# New ports collection makefile for: physfs
|
|
# Date Created: 26 July 2003
|
|
# Whom: Oliver Lehmann <oliver@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= physfs
|
|
PORTVERSION= 0.1.9
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://icculus.org/${PORTNAME}/downloads/
|
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
|
COMMENT= A library to provide abstract access to various archives
|
|
|
|
USE_GNOME= gnometarget
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|