summaryrefslogtreecommitdiffstats
path: root/editors/leafpad/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/leafpad/Makefile')
-rw-r--r--editors/leafpad/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile
deleted file mode 100644
index 043179cb3..000000000
--- a/editors/leafpad/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: leafpad
-# Date created: 2004-10-18
-# Whom: Michael Johnson <ahze@ahze.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= leafpad
-PORTVERSION= 0.8.9
-PORTREVISION= 1
-CATEGORIES= editors
-MASTER_SITES= ${MASTER_SITE_SAVANNAH}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= radek@raadradd.com
-COMMENT= GTK+ based simple text editor
-
-USE_GNOME= gtk20 desktopfileutils intlhack
-USE_GCC= 3.4
-USE_GETOPT_LONG= yes
-USE_GETTEXT= YES
-USE_XLIB= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
- PTHREAD_LIB="${PTHREAD_LIBS}"
-CONFIGURE_ARGS= --enable-chooser
-
-CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}
-
-PORTDOCS= AUTHORS COPYING ChangeLog INSTALL README
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${INSTALL} -d ${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
-.endif
- -@update-desktop-database
-
-.include <bsd.port.mk>