diff options
author | lioux <lioux@FreeBSD.org> | 2001-10-07 00:43:09 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-10-07 00:43:09 +0800 |
commit | ff4c43debf66182b6211f8d4cf6f9ab70a00881a (patch) | |
tree | bf58134ceb203a063c3db5f3cde7c161f12320e0 /x11/rxvt-devel/Makefile | |
parent | bfe75da1d2e5fda3432d89d6f94ab8702b6f6f23 (diff) | |
download | freebsd-ports-gnome-ff4c43debf66182b6211f8d4cf6f9ab70a00881a.tar.gz freebsd-ports-gnome-ff4c43debf66182b6211f8d4cf6f9ab70a00881a.tar.zst freebsd-ports-gnome-ff4c43debf66182b6211f8d4cf6f9ab70a00881a.zip |
o style fix, use PKGNAMESUFFIX instead of PORTNAME for -devel
o don't install .*\.la files (based on an idea from sobomax)
Diffstat (limited to 'x11/rxvt-devel/Makefile')
-rw-r--r-- | x11/rxvt-devel/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile index 140b94734dc4..d3f917a8eb68 100644 --- a/x11/rxvt-devel/Makefile +++ b/x11/rxvt-devel/Makefile @@ -8,7 +8,7 @@ # (and maybe ports/chinese/rxvt) when you upgrade rxvt. These ports all use # the same distfile. -PORTNAME= rxvt-devel +PORTNAME= rxvt PORTVERSION= 2.7.6 PORTREVISION= 1 CATEGORIES= x11 @@ -17,17 +17,20 @@ MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/%SUBDIR%/ \ ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/rxvt/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/unix/X11/terms/rxvt/%SUBDIR%/ MASTER_SITE_SUBDIR= . old devel +PKGNAMESUFFIX= -devel DISTNAME= rxvt-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org +BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtoo + USE_X_PREFIX= yes USE_XPM= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-utmp --enable-wtmp --enable-languages \ --with-xpm --enable-xpm-background --enable-transparency \ --enable-shared USE_GMAKE= yes -USE_LIBTOOL= yes INSTALLS_SHLIB= yes USE_BZIP2= yes |