diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-03-21 22:06:15 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-03-21 22:06:15 +0000 |
commit | 2f22de7c7a397be4a62b13a7329d2b879230d0c1 (patch) | |
tree | 4492d6cf819dcf6616daa2737dad4c4f531d9c1a /www/screem/Makefile | |
parent | 4abbf3af132f42b80fb83e4ad2a5bd0e5b13d687 (diff) |
- Remove USE_X_PREFIX
- Use SF macro
- USE_XPM --> USE_XORG=xpm
- Bump portrevision
Notes
Notes:
svn path=/head/; revision=209561
Diffstat (limited to 'www/screem/Makefile')
-rw-r--r-- | www/screem/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/screem/Makefile b/www/screem/Makefile index 38dc023426b1..c986582a5ec6 100644 --- a/www/screem/Makefile +++ b/www/screem/Makefile @@ -7,21 +7,19 @@ PORTNAME= screem PORTVERSION= 0.16.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Nice GNOME/GTK-based HTML editor LIB_DEPENDS= croco-0.6.3:${PORTSDIR}/textproc/libcroco -USE_X_PREFIX= yes USE_GETTEXT= yes USE_GNOME= desktopfileutils gnomehack gnomemenus gnomeprefix gnometarget \ gtksourceview intlhack libgnomeprintui libgnomeui libgtkhtml -USE_XPM= yes +USE_XORG= xpm USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |