diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-06-29 23:27:28 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-06-29 23:27:28 +0000 |
commit | 0dae3c49cb873808fd482c7ef104885596c1560a (patch) | |
tree | 7fab8040416c3183e221c3bd2b94ec7fa8468f3c /x11/powershell/Makefile | |
parent | 3882cfb6962085928f0d58413b06f9ea0b7ec2a0 (diff) | |
download | ports-0dae3c49cb873808fd482c7ef104885596c1560a.tar.gz ports-0dae3c49cb873808fd482c7ef104885596c1560a.zip |
Notes
Diffstat (limited to 'x11/powershell/Makefile')
-rw-r--r-- | x11/powershell/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/x11/powershell/Makefile b/x11/powershell/Makefile index fc38553a6f4e..0a2e81343fa7 100644 --- a/x11/powershell/Makefile +++ b/x11/powershell/Makefile @@ -12,14 +12,13 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -COMMENT= PowerShell is a terminal emulator for the X11 Window System +COMMENT= A terminal emulator for the X11 USE_X_PREFIX= yes -USE_GNOME= yes -IMLIB_CONFIG?= ${X11BASE}/bin/imlib-config -USE_AUTOCONF= yes -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include `${IMLIB_CONFIG} --cflags`" \ - LDFLAGS="-L${LOCALBASE}/lib `${IMLIB_CONFIG} --libs`" -ALL_TARGET= powershell +USE_GNOME= gnomelibs +USE_AUTOCONF_VER= 213 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `${IMLIB_CONFIG} --cflags`" \ + LDFLAGS="-L${LOCALBASE}/lib `${IMLIB_CONFIG} --libs`" +ALL_TARGET= ${PORTNAME} .include <bsd.port.mk> |