diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2006-06-03 11:56:39 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2006-06-03 11:56:39 +0000 |
commit | a173d1a98b0cd89b459bb59f0bbfe867d8beb5a1 (patch) | |
tree | 8161c82d68093aca0b462cb241233fb8e7464604 /x11-wm/libepplet/Makefile | |
parent | 9cb79afc33e141dca520eb05b3d24b4fb8269ba8 (diff) |
Notes
Diffstat (limited to 'x11-wm/libepplet/Makefile')
-rw-r--r-- | x11-wm/libepplet/Makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/x11-wm/libepplet/Makefile b/x11-wm/libepplet/Makefile deleted file mode 100644 index d06287fc4544..000000000000 --- a/x11-wm/libepplet/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: libepplet -# Date created: 18 October 1999 -# Whom: Kelly Yancey <kbyanc@posi.net> -# -# $FreeBSD$ -# - -PORTNAME= libepplet -PORTVERSION= 0.7 -PORTREVISION= 2 -CATEGORIES= x11-wm devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= enlightenment -DISTNAME= epplets-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Library for building enlightenment dock applications - -USE_X_PREFIX= yes -USE_GNOME= imlib -USE_GL= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= EROOT="${X11BASE}/share/enlightenment" \ - EBIN="${X11BASE}/bin" \ - CPPFLAGS="${CPPFLAGS}" \ - LDFLAGS="${LDFLAGS}" -MAKE_ARGS= SUBDIRS="api debian" -INSTALLS_SHLIB= yes - -CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} -LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lGL -lGLU ${PTHREAD_LIBS} - -.include <bsd.port.mk> |