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 /devel/linux-f8-libglade/Makefile | |
parent | 205f4f916c424ba649de05e7db3c1c34afa55d33 (diff) |
Notes
Diffstat (limited to 'devel/linux-f8-libglade/Makefile')
-rw-r--r-- | devel/linux-f8-libglade/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/devel/linux-f8-libglade/Makefile b/devel/linux-f8-libglade/Makefile index 3b2d4549be63..b9d8402ebe5c 100644 --- a/devel/linux-f8-libglade/Makefile +++ b/devel/linux-f8-libglade/Makefile @@ -6,13 +6,17 @@ # PORTNAME= libglade -PORTVERSION= 0.14 -PORTREVISION= 3 +PORTVERSION= 0.17 CATEGORIES= devel linux +DISTNAME= ${PORTNAME}-${PORTVERSION}-15 MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= RPM of libglade -RPM_SET= libglade-${PORTVERSION}-3.${ARCH}.rpm +USE_LINUX_RPM= yes +LINUX_DIST_VER= 3 +INSTALLS_SHLIB= yes +PLIST= pkg-plist.${LINUX_RPM_ARCH} +PLIST_SUB= LIBVERSION="0.4.2" PORTVERSION="${PORTVERSION}" -.include "../../x11-toolkits/linux-gtk/Makefile" +.include <bsd.port.mk> |