aboutsummaryrefslogtreecommitdiff
path: root/x11/thinglaunch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/thinglaunch/Makefile')
-rw-r--r--x11/thinglaunch/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/x11/thinglaunch/Makefile b/x11/thinglaunch/Makefile
deleted file mode 100644
index 6b50fce864bc..000000000000
--- a/x11/thinglaunch/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-PORTNAME= thinglaunch
-PORTVERSION= 1.8
-PORTREVISION= 3
-CATEGORIES= x11
-MASTER_SITES= LOCAL/ehaupt
-
-MAINTAINER= ehaupt@FreeBSD.org
-COMMENT= Very fast launcher program for X
-
-LICENSE= MIT
-
-USES= xorg
-USE_XORG= x11 xorgproto
-
-CPPFLAGS+= -I${LOCALBASE}/include -lX11
-LDFLAGS+= -L${LOCALBASE}/lib
-
-PLIST_FILES= bin/thinglaunch
-
-do-build:
- ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} ${WRKSRC}/${PORTNAME}.c \
- -o ${WRKSRC}/${PORTNAME}
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-
-.include <bsd.port.mk>