aboutsummaryrefslogtreecommitdiff
path: root/graphics/linux-f10-imlib/Makefile
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2006-05-01 17:28:17 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2006-05-01 17:28:17 +0000
commitc1eba2d83eb1b997b5906a1458529c5c6a6a2fa4 (patch)
treeae044c026c4c8ae63ae3e6cd375428c689780f05 /graphics/linux-f10-imlib/Makefile
parent205f4f916c424ba649de05e7db3c1c34afa55d33 (diff)
downloadports-c1eba2d83eb1b997b5906a1458529c5c6a6a2fa4.tar.gz
ports-c1eba2d83eb1b997b5906a1458529c5c6a6a2fa4.zip
Notes
Diffstat (limited to 'graphics/linux-f10-imlib/Makefile')
-rw-r--r--graphics/linux-f10-imlib/Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/graphics/linux-f10-imlib/Makefile b/graphics/linux-f10-imlib/Makefile
index df6beaab5186..1ac1a642ea9b 100644
--- a/graphics/linux-f10-imlib/Makefile
+++ b/graphics/linux-f10-imlib/Makefile
@@ -6,13 +6,18 @@
#
PORTNAME= imlib
-PORTVERSION= 1.9.8.1
-PORTREVISION= 2
+PORTVERSION= 1.9.13
CATEGORIES= graphics linux
+DISTNAME= ${PORTNAME}-${PORTVERSION}-21
MAINTAINER= ports@FreeBSD.org
COMMENT= RPM of imlib
-RPM_SET= imlib-${PORTVERSION}-2.${ARCH}.rpm
+USE_LINUX_RPM= yes
+LINUX_DIST_VER= 3
+INSTALLS_SHLIB= yes
+BRANDELF_DIRS= usr/bin
+PLIST= pkg-plist.${LINUX_RPM_ARCH}
+PLIST_SUB= PORTVERSION="${PORTVERSION}"
-.include "../../x11-toolkits/linux-gtk/Makefile"
+.include <bsd.port.mk>