diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-04-01 15:25:39 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-04-01 15:25:39 +0000 |
commit | 824eda00fccb57b36978b562ecfc6572fa5de766 (patch) | |
tree | dddb20be9539275c41e943b4763c0b29ba61151d /graphics/linux-f10-libmng/Makefile | |
parent | 8217c4dd1dea5cbe146907f97afb3e458208ec77 (diff) | |
download | ports-824eda00fccb57b36978b562ecfc6572fa5de766.tar.gz ports-824eda00fccb57b36978b562ecfc6572fa5de766.zip |
Notes
Diffstat (limited to 'graphics/linux-f10-libmng/Makefile')
-rw-r--r-- | graphics/linux-f10-libmng/Makefile | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/graphics/linux-f10-libmng/Makefile b/graphics/linux-f10-libmng/Makefile index 1ed7a820da68..88c1b0d09e2d 100644 --- a/graphics/linux-f10-libmng/Makefile +++ b/graphics/linux-f10-libmng/Makefile @@ -1,6 +1,6 @@ -# New ports collection makefile for: linux-libmng -# Date created: 01/09/18 -# Whom: mranner@inode.at +# New ports collection makefile for: graphics/linux-f8-libmng +# Date created: 2008-03-28 +# Whom: bsam # # $FreeBSD$ # @@ -8,17 +8,19 @@ PORTNAME= libmng PORTVERSION= 1.0.9 CATEGORIES= graphics linux -DISTNAME= ${PORTNAME}-${PORTVERSION}-1 +PKGNAMEPREFIX= linux-f8- +DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} -MAINTAINER= michael@ranner.eu -COMMENT= RPM of libmng +MAINTAINER= emulation@FreeBSD.org +COMMENT= RPM of libmng (Linux Fedora 8) +ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes USE_LINUX_APPS= jpeg -LINUX_DIST_VER= 4 +LINUX_DIST_VER= 8 +RPMVERSION= 5.1 USE_LDCONFIG= yes -ONLY_FOR_ARCHS= i386 amd64 -PLIST?= ${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH} +PLIST_FILES= usr/lib/libmng.so.1 usr/lib/libmng.so.1.0.0 .include <bsd.port.mk> |