diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-05-01 17:28:17 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-05-01 17:28:17 +0000 |
commit | c1eba2d83eb1b997b5906a1458529c5c6a6a2fa4 (patch) | |
tree | ae044c026c4c8ae63ae3e6cd375428c689780f05 /textproc/linux-libxml/Makefile | |
parent | 205f4f916c424ba649de05e7db3c1c34afa55d33 (diff) | |
download | ports-c1eba2d83eb1b997b5906a1458529c5c6a6a2fa4.tar.gz ports-c1eba2d83eb1b997b5906a1458529c5c6a6a2fa4.zip |
Notes
Diffstat (limited to 'textproc/linux-libxml/Makefile')
-rw-r--r-- | textproc/linux-libxml/Makefile | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/textproc/linux-libxml/Makefile b/textproc/linux-libxml/Makefile index 80f39d9b6cb5..a0406cbb878e 100644 --- a/textproc/linux-libxml/Makefile +++ b/textproc/linux-libxml/Makefile @@ -7,19 +7,16 @@ PORTNAME= libxml PORTVERSION= 1.8.17 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= textproc linux -MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} -MASTER_SITE_SUBDIR= 3/i386/os/Fedora/RPMS 3/SRPMS - -.if defined(PACKAGE_BUILDING) -SRC_DISTFILES+= libxml-${PORTVERSION}-11.src.rpm -ALWAYS_KEEP_DISTFILES= yes -.endif +DISTNAME= ${PORTNAME}-${PORTVERSION}-11 MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= RPM of libxml -RPM_SET= libxml-${PORTVERSION}-11.${ARCH}.rpm +USE_LINUX_RPM= yes +LINUX_DIST_VER= 3 +INSTALLS_SHLIB= yes +PLIST= pkg-plist.${LINUX_RPM_ARCH} -.include "../../x11-toolkits/linux-gtk/Makefile" +.include <bsd.port.mk> |