1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00
Matthew Seaman f3b014b8b3 - Stylistic cleanup: remove trailing slashes from *_DEPENDS lines.
audio/cd2mp3	     [1]
      audio/mp3unicode       [2]
      databases/spatialite   [3]
      deskutils/aspostit
      devel/bennugd-modules  [4]
      net/hinfo
      www/caudium14          [5]

Approved by:	shaun (mentor) mark@foster.cc (maintainer[1]) makc (maintainer[2]) wenheping@gmail.com (maintainer[3]) amdmi3 (maintainer[4]) johans (maintainer[5])
2012-02-26 17:47:02 +00:00

33 lines
703 B
Makefile

# New ports collection makefile for: ASPostIt
# Date created: 2 January 1999
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= aspostit
PORTVERSION= 1.3
PORTREVISION= 6
CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_AFTERSTEP}
MASTER_SITE_SUBDIR= apps/aspostit
MAINTAINER= ports@FreeBSD.org
COMMENT= An AfterStep dockable version of XPostIt
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg
USE_XORG= xpm xaw xext x11
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= aspostit.1
PLIST_FILES= bin/aspostit
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/aspostit ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/aspostit.man ${PREFIX}/man/man1/aspostit.1
.include <bsd.port.mk>