Files
Rodrigo Osorio 06df180a9e */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems

Approved by:	portmgr (blanket)
PR:		274888
2023-11-06 11:03:47 +01:00

22 lines
440 B
Makefile

PORTNAME= stamp
PORTVERSION= 2.0.8
PORTREVISION= 13
CATEGORIES= graphics
MASTER_SITES= SF
MAINTAINER= fuz@FreeBSD.org
COMMENT= Adds a graphical, configurable timestamp to a grayscale image
WWW= https://stamp.sourceforge.net/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= jpeg localbase
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e 's#/usr/local/share/stamp#${DATADIR}#' \
${WRKSRC}/configure
.include <bsd.port.mk>