aboutsummaryrefslogtreecommitdiff
path: root/deskutils/aspostit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/aspostit/Makefile')
-rw-r--r--deskutils/aspostit/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/deskutils/aspostit/Makefile b/deskutils/aspostit/Makefile
deleted file mode 100644
index cfe5f76f957f..000000000000
--- a/deskutils/aspostit/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: Kris Kennaway <kris@FreeBSD.org>
-
-PORTNAME= aspostit
-PORTVERSION= 1.3
-PORTREVISION= 6
-CATEGORIES= deskutils
-MASTER_SITES= AFTERSTEP/apps/aspostit
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= AfterStep dockable version of XPostIt
-
-LICENSE= GPLv2+
-
-USE_XORG= xpm xaw xext x11
-USES= gmake jpeg xorg
-GNU_CONFIGURE= yes
-
-PLIST_FILES= bin/aspostit man/man1/aspostit.1.gz
-
-post-extract:
- @${LN} -sf aspostit.man ${WRKSRC}/aspostit.1
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/aspostit ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/aspostit.1 ${STAGEDIR}${MANPREFIX}/man/man1
-
-.include <bsd.port.mk>