summaryrefslogtreecommitdiff
path: root/deskutils/aspostit/Makefile
blob: 4a4c0ec5592f0512c3a8fe7ab0d6a738b81d269b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Created by: Kris Kennaway <kris@FreeBSD.org>
# $FreeBSD$

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 # (or later)

LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg

USE_XORG=	xpm xaw xext x11
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
MAKE_JOBS_SAFE=	yes

MAN1=		aspostit.1
PLIST_FILES=	bin/aspostit

post-extract:
	@${LN} -sf aspostit.man ${WRKSRC}/aspostit.1

do-install:
	(cd ${WRKSRC} && ${INSTALL_PROGRAM} aspostit ${PREFIX}/bin)
	(cd ${WRKSRC} && ${INSTALL_MAN} aspostit.1 ${MANPREFIX}/man/man1)

.include <bsd.port.mk>