mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Add aspostit, an afterstep version of xpostit.
PR: ports/9289 Submitted by: Kris Kennaway <kris@FreeBSD.org>
This commit is contained in:
parent
8daabefad0
commit
d9b7b32976
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31111
@ -2,6 +2,7 @@
|
||||
#
|
||||
|
||||
SUBDIR += abacus
|
||||
SUBDIR += aspostit
|
||||
SUBDIR += bulb
|
||||
SUBDIR += cal
|
||||
SUBDIR += cbb
|
||||
|
32
deskutils/aspostit/Makefile
Normal file
32
deskutils/aspostit/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: ASPostIt
|
||||
# Date created: 2 January 1999
|
||||
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= aspostit
|
||||
PORTVERSION= 1.3
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= ${MASTER_SITE_AFTERSTEP}
|
||||
MASTER_SITE_SUBDIR= apps/aspostit
|
||||
|
||||
MAINTAINER= kris@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm/ \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg/
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_XLIB= yes
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= aspostit.1
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/aspostit ${PREFIX}/bin/
|
||||
${INSTALL_MAN} ${WRKSRC}/aspostit.man ${PREFIX}/man/man1/aspostit.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
deskutils/aspostit/distinfo
Normal file
1
deskutils/aspostit/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (aspostit-1.3.tar.gz) = d25bd026513c4c936d452984492f9b15
|
15
deskutils/aspostit/files/patch-aa
Normal file
15
deskutils/aspostit/files/patch-aa
Normal file
@ -0,0 +1,15 @@
|
||||
*** app_defaults.h Mon Jan 4 00:05:08 1999
|
||||
--- app_defaults.h~ Mon Jan 4 00:05:01 1999
|
||||
***************
|
||||
*** 1,5 ****
|
||||
"Xpostit.geometry: 70x70-0+0",
|
||||
! "Xpostit.noteDir: ~/aspostit/",
|
||||
"Xpostit.Menu*cursor: hand1",
|
||||
"Xpostit.printCmd: \"lpr %s\"",
|
||||
"Xpostit.calendarCmd: cal",
|
||||
--- 1,5 ----
|
||||
"Xpostit.geometry: 70x70-0+0",
|
||||
! "Xpostit.noteDir: ~/GNUstep/Library/AfterStep/aspostit/",
|
||||
"Xpostit.Menu*cursor: hand1",
|
||||
"Xpostit.printCmd: \"lpr %s\"",
|
||||
"Xpostit.calendarCmd: cal",
|
1
deskutils/aspostit/pkg-comment
Normal file
1
deskutils/aspostit/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An AfterStep dockable version of XPostIt
|
2
deskutils/aspostit/pkg-descr
Normal file
2
deskutils/aspostit/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
ASPostIt is a version of XPostIt hacked so it is compatible with the
|
||||
AfterStep Wharf (and probably that of other WMs as well).
|
1
deskutils/aspostit/pkg-plist
Normal file
1
deskutils/aspostit/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/aspostit
|
Loading…
Reference in New Issue
Block a user