mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
7887aedd5f
While I'm here (changes againts shar archive at the PR#116033): . remove extra blank line at headers; . use INSTALLS_SHLIB instead of USE_LDCONFIG (yep, it is still used at linux ports); . BRANDELF_DIRS added (linux binaries should be branded); . fix pkg-plist (manuals added); . fix distinfo (sources added). PR: 116033 [1] Submitted by: Artem Naluzhnyy <tut@nhamon.com.ua> [1]
24 lines
483 B
Makefile
24 lines
483 B
Makefile
# New ports collection makefile for: linux-libxml2
|
|
# Date created: 2007.09.02
|
|
# Whom: Artem Naluzhnyy <tut@nhamon.com.ua>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libxml2
|
|
PORTVERSION= 2.6.19
|
|
CATEGORIES= textproc linux
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-1
|
|
|
|
MAINTAINER= tut@nhamon.com.ua
|
|
COMMENT= RPM of libxml2
|
|
|
|
USE_LINUX_RPM= yes
|
|
LINUX_DIST_VER= 4
|
|
INSTALLS_SHLIB= yes
|
|
BRANDELF_DIRS= usr/bin
|
|
PLIST= pkg-plist.${LINUX_RPM_ARCH}
|
|
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
|
|
|
|
.include <bsd.port.mk>
|